ProxmoxVE/json/the-lounge.json

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "The Lounge",
"slug": "the-lounge",
"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",
2024-11-29 18:42:01 +00:00
"script": "ct/the-lounge.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
2024-12-02 08:26:47 +00:00
"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"
}
]
}