From e40509dfa7c193baf7240618fb5929d0b905d88c Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 7 Feb 2026 16:47:30 -0800 Subject: [PATCH] fix: bind litefs internal api to all interfaces --- litefs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/litefs.yml b/litefs.yml index 8042d2b..a24b004 100644 --- a/litefs.yml +++ b/litefs.yml @@ -12,6 +12,10 @@ lease: url: "${CONSUL_URL}" key: "litefs/navidrome" +# Internal HTTP API for replication +http: + addr: ":20202" + # The HTTP Proxy routes traffic to handle write-forwarding proxy: addr: ":${PORT}"