The Lounge
The Lounge is an web-based IRC client which runs in the background.
Installation
You can simply run the following command to install The Lounge
sudo box install lounge
Upgrading
You can manually trigger a lounge upgrade by running box upgrade lounge
Accessing The Lounge
You can access The Lounge on the following addresses
- With nginx:
https://hostname.tld/irc
- Without nginx:
https://hostname.tld:9000
User management
Users from box are accessible under The Lounge. Changing passwords and removing users through box will push those changes into The Lounge.
Service management
You can control The Lounge using the systemctl service file.
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status lounge
sudo systemctl start lounge
sudo systemctl stop lounge
sudo systemctl restart lounge
sudo systemctl enable lounge
sudo systemctl disable lounge
Configuration
A new system user is created for The Lounge. The configuration file is stored in this users directory, therefore /opt/lounge/.thelounge/config.js
The Lounge also offers a CLI utility. You can access the help file by issuing the following commands:
sudo su lounge
thelounge --help