I’m using thelounge in a Docker container on my Synology nas. I always want to stay connected to an IRC chat, however every time when I close my internet browser everything is gone.
There are 7 other Linuxserver containers running on my NAS, never had any problem with them.
I did map docker/configs/thelounge to /config and I added the right TZ, PGID and PUID. Changing the default value’s in the config file already made my life a bit easier but I would like to have all IRC servers to be persistent.
Value’s that I changed in the config file outside of the container:
Edit the user’s JSON file (e.g., username.json) and add server entries under networks following the existing format.
Why This Works: The Lounge only persists data for authenticated users. By disabling guest access and creating a user, your servers are stored in the user’s JSON file within the mapped /config volume, surviving browser sessions and container restarts.