From b674e57f4e84cd6a234dc296594cab7d9318ab0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 10 Jul 2026 15:06:25 +0200 Subject: [PATCH] caddy: mirror git.hacktivism.ch (9024) and forgejo-ssh :9200 Refresh Caddyfile from live layout; English comments; ACME/redirect host list includes git.; SSH note uses host port 9200. --- configs/caddy/Caddyfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configs/caddy/Caddyfile b/configs/caddy/Caddyfile index 18f4914..507210e 100644 --- a/configs/caddy/Caddyfile +++ b/configs/caddy/Caddyfile @@ -129,16 +129,6 @@ bt.hacktivism.ch { } } -http://taler.hacktivism.ch, http://exchange.hacktivism.ch, http://bank.hacktivism.ch, http://castopod.hacktivism.ch, http://bonfire.hacktivism.ch, http://prime.hacktivism.ch, http://bt.hacktivism.ch { - handle /.well-known/acme-challenge/* { - root * /var/www/acme - file_server - } - handle { - redir https://{host}{uri} permanent - } -} - # 9024 forgejo HTTP (SSH :9200 host-direct, not via Caddy) git.hacktivism.ch { header Alt-Svc "clear" @@ -153,3 +143,13 @@ git.hacktivism.ch { } } } + +http://taler.hacktivism.ch, http://exchange.hacktivism.ch, http://bank.hacktivism.ch, http://castopod.hacktivism.ch, http://bonfire.hacktivism.ch, http://prime.hacktivism.ch, http://bt.hacktivism.ch, http://git.hacktivism.ch { + handle /.well-known/acme-challenge/* { + root * /var/www/acme + file_server + } + handle { + redir https://{host}{uri} permanent + } +}