From 831c44fceb35226ded85b71903a8f67132507509 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Mon, 27 Feb 2023 23:12:05 +0100 Subject: [PATCH 1/2] Add link for satzung in caddy --- hosts/flora-6/caddy.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/flora-6/caddy.nix b/hosts/flora-6/caddy.nix index 145c534c..170aa309 100644 --- a/hosts/flora-6/caddy.nix +++ b/hosts/flora-6/caddy.nix @@ -31,6 +31,10 @@ handle /.well-known/host-meta { redir https://mastodon.pub.solar{uri} } + + # redirect to statutes + redir /satzung https://cloud.pub.solar/s/2tRCP9aZFCiWxQy permanent + # pub.solar website handle { root * /srv/www/pub.solar -- 2.47.2 From 354fd593bb1e8032db1e0d4bcac589d4a809b44a Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 1 Mar 2023 22:16:49 +0100 Subject: [PATCH 2/2] make link for satzung temporary --- hosts/flora-6/caddy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/flora-6/caddy.nix b/hosts/flora-6/caddy.nix index 170aa309..d8662364 100644 --- a/hosts/flora-6/caddy.nix +++ b/hosts/flora-6/caddy.nix @@ -33,7 +33,7 @@ } # redirect to statutes - redir /satzung https://cloud.pub.solar/s/2tRCP9aZFCiWxQy permanent + redir /satzung https://cloud.pub.solar/s/2tRCP9aZFCiWxQy temporary # pub.solar website handle { -- 2.47.2