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,7 +13,13 @@
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
}
}
git.cy7.sh {

View file

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