From a134166a3cd5c267a2ed487fa89cdfdbb33b9e33 Mon Sep 17 00:00:00 2001 From: Kristo Copani <31226503+kristocopani@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:14:07 +0200 Subject: [PATCH] Added "thelounge.json" --- json/thelounge.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 json/thelounge.json diff --git a/json/thelounge.json b/json/thelounge.json new file mode 100644 index 00000000..78dc64c7 --- /dev/null +++ b/json/thelounge.json @@ -0,0 +1,39 @@ +{ + "name": "The Lounge", + "slug": "thelounge, 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", + "script": "/ct/thelounge, the-lounge.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "Ubuntu", + "version": 24.04 + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "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\"", + "type": "info" + } + ] + } \ No newline at end of file