From 56053e2d6a5afffafdd70431ede394b1e728c0e5 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Sun, 10 May 2026 02:48:47 +0200 Subject: [PATCH] fix: bind admin-http to 0.0.0.0 for external access 127.0.0.1 rejects connections from other machines on the network. --- sec-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-config.yaml b/sec-config.yaml index dd602ac..598559a 100644 --- a/sec-config.yaml +++ b/sec-config.yaml @@ -30,7 +30,7 @@ default: plugin: service-admin-http enabled: true config: - host: 127.0.0.1 + host: 0.0.0.0 port: 18080 # Secrets (was service-secrets) dataDir: /var/lib/betterframe