feat: add gitea

This commit is contained in:
Xavier Morel
2025-11-14 20:12:17 +01:00
parent 6e05b7d50a
commit e87843f371
5 changed files with 83 additions and 3 deletions

View File

@@ -25,6 +25,17 @@ in
staticConfigOptions = {
api.insecure = true;
log.level = "INFO";
accessLog = {
filters.statusCodes = [
"200"
"400-404"
"500-503"
];
fields = {
names.ClientUsername = "drop";
headers.defaultMode = "drop";
};
};
entryPoints = {
web.address = ":80";
websecure.address = ":443";