about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-23 20:15:39 +0900
committerRobert Günzler <r@gnzler.io>2026-08-05 16:43:05 +0200
commit9211425a686e5420b895cf4d46ee300c4d352b5f (patch)
tree7a0ba56c7fc38776baf8bd61605e7c15824b0f23
parent134598ccf60ba82a9ee0672e3118ea7e5221c6fd (diff)
go-away: allow tilde links and healthz to pass
Signed-off-by: Robert Günzler <r@gnzler.io>
-rw-r--r--bundles/go-away/files/config/policy.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/go-away/files/config/policy.yml b/bundles/go-away/files/config/policy.yml
index a30122f..a0c1730 100644
--- a/bundles/go-away/files/config/policy.yml
+++ b/bundles/go-away/files/config/policy.yml
@@ -115,8 +115,9 @@ rules:
   - name: homesite
     conditions:
       - 'path == "/"'
-      - 'path == "/links/~ssh"'
-      - 'path == "/links/~pgp"'
+      - 'path == "/healthz"'
+      - 'path.startsWith("/~")'
+      - 'path.startsWith("/links/~")'
     action: pass
 
   # check DNSBL and serve harder challenges