Listen on localhost
Some checks failed
Test / build (push) Failing after 56s

This commit is contained in:
Mark Janssen 2025-04-27 21:19:41 +02:00
parent 050205e95c
commit 4870960b45
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
6 changed files with 19 additions and 11 deletions

View file

@ -3,7 +3,7 @@
module.exports = {
public: false,
port: 9000,
bind: "0.0.0.0",
bind: "127.0.0.1",
reverseProxy: true,
lockNetwork: true,
maxHistory: 10000,

View file

@ -4,8 +4,8 @@ After=network-online.target
Wants=network-online.target
[Service]
User=thelounge
Group=thelounge
User={{ chat_user }}
Group={{ chat_group }}
Type=simple
Environment=THELOUNGE_HOME=/var/local/thelounge
ExecStart=/usr/local/bin/thelounge start