fix: bind admin-http to 0.0.0.0 for external access

127.0.0.1 rejects connections from other machines on the network.
This commit is contained in:
Mitchell R 2026-05-10 02:48:47 +02:00
parent a8b0fbb2bc
commit 56053e2d6a
No known key found for this signature in database

View file

@ -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