TheLounge
A modern, responsive, cross-platform, self-hosted web IRC client.
First-Time Setup
- After deployment, open
https://${ZEABUR_WEB_URL} in your browser.
- Create your first user by opening the service console on Zeabur and running:
thelounge add <username>
- You will be prompted to set a password. Once done, log in via the web UI.
Features
- Multi-user support with private messaging
- Push notifications and desktop alerts
- Link previews with thumbnails
- File upload support
- Synchronized scrollback across devices
- LDAP/HTTP authentication support
- Persistent connections (IRC stays online when you close the browser)
Configuration
- Config file is located at
/var/opt/thelounge/config.js inside the container.
- User data and logs are stored in
/var/opt/thelounge/.
- Mount a persistent volume to
/var/opt/thelounge to retain data across restarts.
Useful Links