Compare commits

..

2 commits

Author SHA1 Message Date
cy
4227ca4c64 dont break gitlab links 2025-01-10 01:55:03 -05:00
cy
c5dbde3aa5 forgejo: disable actions 2025-01-10 01:43:19 -05:00
2 changed files with 8 additions and 1 deletions

View file

@ -13,8 +13,14 @@
git.cything.io { git.cything.io {
import common 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 { git.cy7.sh {
import common import common

View file

@ -17,6 +17,7 @@
AMBIGUOUS_UNICODE_DETECTION = false; AMBIGUOUS_UNICODE_DETECTION = false;
DEFAULT_THEME = "gitea-dark"; DEFAULT_THEME = "gitea-dark";
}; };
actions.ENABLED = false;
}; };
database = { database = {
type = "postgres"; type = "postgres";