From f84336b2872e41186c79f80971bf10c3ce23ebfc Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 19:02:26 +0200 Subject: [PATCH] docs(gateway): drop openFirewall default-change note Per review: remove the 'used to default to true' breaking-change paragraph from the forge openFirewall section. --- docs/gateway.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/gateway.md b/docs/gateway.md index 70a0c019..d9c4d1ba 100644 --- a/docs/gateway.md +++ b/docs/gateway.md @@ -334,9 +334,6 @@ you need: (not behind the gateway). - External git clients that push/pull via SSH directly to the host. -**Breaking change**: `openFirewall` used to default to `true`. If -external forge access stopped working after a recent upgrade, add -`services.hyperhive.forge.openFirewall = true;` to your host config. Forgejo served through the gateway (`forge.behindGateway = true`) does not need `openFirewall` — the gateway's own `openFirewall` option covers that path.