mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
New Script: The Lounge IRC (#571)
* Added "thelounge.sh" * Added "thelounge-install.sh" * Added "thelounge.json" * Added empty line to end of thelounge.sh * Added empty line to end of thelounge.json * Update thelounge-install.sh * replace apt install with dpkg -i * cleanup * cleanup 2 * header_info try * header_info fix1? * Fix header * Test 1 * Update thelounge.sh * Update thelounge.sh * Update thelounge.sh * Update thelounge.sh * Update thelounge-install.sh * Update thelounge.json * Little Fixes * Update thelounge.sh --------- Co-authored-by: Kristo Copani <31226503+kristocopani@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
39
json/thelounge.json
Normal file
39
json/thelounge.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "The Lounge",
|
||||
"slug": "thelounge",
|
||||
"categories": [
|
||||
0
|
||||
],
|
||||
"date_created": "2024-11-28",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 9000,
|
||||
"documentation": "https://thelounge.chat/docs",
|
||||
"website": "https://thelounge.chat/",
|
||||
"logo": "https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/assets/logos/logo/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg.png",
|
||||
"description": "Modern web IRC client designed for self-hosting ",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "/ct/thelounge.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "Ubuntu",
|
||||
"version": 24.04
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "The Lounge is running in private mode. Use \"sudo -u thelounge thelounge add name\" to create users.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user