diff --git a/hosts/chunk/Caddyfile b/hosts/chunk/Caddyfile index 2d6dde0..d2ba708 100644 --- a/hosts/chunk/Caddyfile +++ b/hosts/chunk/Caddyfile @@ -13,13 +13,7 @@ git.cything.io { import common - - # wrap in route so things are evaluated in the order written - route { - # rewrite gitlab URIs to make it work with forgejo - uri path_regexp \/-\/ / - redir https://git.cy7.sh{uri} permanent - } + redir https://git.cy7.sh{uri} permanent } git.cy7.sh { diff --git a/hosts/chunk/forgejo.nix b/hosts/chunk/forgejo.nix index 98706df..fd03e40 100644 --- a/hosts/chunk/forgejo.nix +++ b/hosts/chunk/forgejo.nix @@ -17,7 +17,6 @@ AMBIGUOUS_UNICODE_DETECTION = false; DEFAULT_THEME = "gitea-dark"; }; - actions.ENABLED = false; }; database = { type = "postgres";