Compare commits
2 commits
96efcd1ba6
...
4227ca4c64
Author | SHA1 | Date | |
---|---|---|---|
4227ca4c64 | |||
c5dbde3aa5 |
2 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,13 @@
|
||||||
|
|
||||||
git.cything.io {
|
git.cything.io {
|
||||||
import common
|
import common
|
||||||
redir https://git.cy7.sh{uri} permanent
|
|
||||||
|
# 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 {
|
git.cy7.sh {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue