Приложение: The Lounge The Lounge — Self-hosted web IRC client * **Modern features brought to IRC.** Push notifications, link previews, new message markers, and more bring IRC to the 21st century. **Default port** By default thelounge listens on TCP port 9000. **Create users** After installing run the following in a terminal/console: `sudo thelounge add $USER` Replace `$USER` with your preferred Lounge username. **Enable https** **For this to work, port 80 on your device must be Internet accessible.** Run the following in a terminal/console: `sudo thelounge.cert-generate` Enter your email address, agree to the terms of service and enter your domain when prompted. Update the `https` stanza in thelounge configuration, replacing `example.org` with your domain. `sudo nano /var/snap/thelounge/current/home/config.js` The `https` stanza should look something like this: https: { enable: true, key: "/var/snap/thelounge/common/letsencrypt/live/example.org/privkey.pem", certificate: "/var/snap/thelounge/common/letsencrypt/live/example.org/fullchain.pem", ca: "", }, Restart thelounge to enable https. `sudo snap restart thelounge` Источник |