Update thelounge.json

This commit is contained in:
Kristo Copani 2024-11-28 22:19:47 +02:00 committed by GitHub
parent 2efb9c6fd0
commit f86ab00a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "The Lounge", "name": "The Lounge",
"slug": "thelounge, the-lounge", "slug": "thelounge",
"categories": [ "categories": [
0 0
], ],
@ -16,7 +16,7 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "/ct/thelounge, the-lounge.sh", "script": "/ct/thelounge.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
@ -32,7 +32,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "The Lounge is now up and running in private mode. You will have to create a user by using \"sudo -u thelounge thelounge add name\"", "text": "The Lounge is running in private mode. Use \"sudo -u thelounge thelounge add name\" to create users.",
"type": "info" "type": "info"
} }
] ]