Edit History Actions Discussion

Diff for "Howto/TheLounge"

Differences between revisions 2 and 3
Revision 2 as of 2021-03-28 18:23:51
Size: 1082
Editor: independence
Comment:
Revision 3 as of 2022-10-26 10:36:42
Size: 1082
Editor: adaam
Comment: typo fix
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= The Lonuge = = The Lounge =

The Lounge

The Lounge is a web based IRC client for the modern world, see https://thelounge.chat/

If you have a supporter account you can run a self-hosted private instance of The Lounge and connect to any IRC network.

Installation

SSH to the buildserver using: ssh buildserver

Install thelounge via npm: (https://thelounge.chat/docs/install-and-upgrade#from-npm-releases) npm install --unsafe-perm thelounge

Hop over to triton and add a user in thelounge: node node_modules/thelounge/index.js add <myusername>

Edit .thelounge/config.js and change the port to your supporter account assigned TCP port.

Start thelounge (in tmux/screen): node node_modules/thelounge/index.js start

Connect via web to http://supporter.blinkenshell.org:<yourport> and log in using the user you created previously

TLS

If you have a custom domain name and want to enable HTTPS via TLS certificate maybe it can be done using letsencrypt and DNS-01 challenge? There are options to specify cert files in .thelounge/config.js