The Lounge App
About
The Lounge is a self-hosted web IRC client.
- Questions? Ask in the Cloudron Forum - The Lounge
- The Lounge Website
- The Lounge community
- The Lounge issue tracker
- The Lounge docs
User management
When installed with Cloudron SSO enabled, add and remove users in the Cloudron admin page.
When installed without Cloudron SSO enabled, new users must be added using the Lounge CLI tools.
- Open a Web terminal for the app.
- Use the lounge CLI command to add a user:
root@3543a0255d97:/home/cloudron# thelounge add girish
2017-10-28 05:21:59 [PROMPT] Enter password:
2017-10-28 05:22:02 [PROMPT] Save logs to disk? (yes)
2017-10-28 05:22:04 [INFO] User girish created.
2017-10-28 05:22:04 [INFO] User file located at /app/data/users/girish.json.
- To remove a user:
root@3543a0255d97:/home/cloudron# thelounge remove girish
2017-10-28 05:22:21 [INFO] User girish removed.
Default admin user
With SSO disabled, the Cloudron app creates a default user named 'admin' for convenience. Be sure to change the password in the Lounge setting's page. If you do not intend to use this user, you can delete this user.
Customization
Lounge supports various customizations.
You can edit /app/data/config.js
using the File manager to add customizations.
Be sure to restart the app after making any changes.
Installing themes
Lounge themes can be installed using the lounge CLI tool.
- First, look for a theme at npm
- Open a Web terminal for the app.
- Run command
gosu cloudron:cloudorn thelounge install thelounge-theme-custom
- Run command
- Restart the app
- Select theme in options