fix: fix x-forwarded-proto borked by authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Xavier Morel
2026-03-26 22:14:37 +01:00
parent aea12b3bda
commit 1fe2817294
3 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ in
password = db_pass.finances;
};
private = true;
auth = false;
auth = true;
};
}