From c5c4d0618498a5db9b0b1f0c6045a3718252379e Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 17 Mar 2026 17:33:57 +0100 Subject: [PATCH] fix: FreeBSD Jails self-linking config --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index f821cb41..99f128bb 100644 --- a/.env.example +++ b/.env.example @@ -40,3 +40,5 @@ BLUESKY_PASSWORD= # Poll interval for webmention-sender (seconds). Long enough for deploys to complete. WEBMENTION_SENDER_POLL_INTERVAL=600 +INDIEKIT_BIND_HOST="10.100.0.20" +INTERNAL_FETCH_URL="http://10.100.0.10" \ No newline at end of file