Files
gitea-auto-urls/example/gitea-rewrites.yml.in
Pihkaal 999848d581
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
feat: fetch gitea repos of given user to generate corresponding traefik middleware config
2025-12-21 17:12:20 +01:00

8 lines
174 B
YAML

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