From efd0604c3aa9d3c9ff558fdfd36c666d050cd57e Mon Sep 17 00:00:00 2001 From: BlackDragon Date: Wed, 30 Apr 2025 18:44:08 +0200 Subject: [PATCH] Update roles/chat/templates/config.js.j2 --- roles/chat/templates/config.js.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/chat/templates/config.js.j2 b/roles/chat/templates/config.js.j2 index ba12695..69b1727 100644 --- a/roles/chat/templates/config.js.j2 +++ b/roles/chat/templates/config.js.j2 @@ -3,7 +3,8 @@ module.exports = { public: false, port: 9000, - bind: "127.0.0.1", + bind: "0.0.0.0", + host: "127.0.0.1", reverseProxy: true, lockNetwork: true, maxHistory: 10000,