feat: fetch gitea repos of given user to generate corresponding traefik middleware config
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
Pihkaal
2025-12-21 17:12:20 +01:00
parent 5dcd12a8a8
commit 999848d581
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# example template file
http:
middlewares:
gitea-rewrites:
replacePathRegex:
regex: "^/({{REPOSITORIES}})(.*)$"
replacement: "/{{USERNAME}}/$1$2"