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
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
7
example/gitea-rewrites.yml.in
Normal file
7
example/gitea-rewrites.yml.in
Normal file
@@ -0,0 +1,7 @@
|
||||
# example template file
|
||||
http:
|
||||
middlewares:
|
||||
gitea-rewrites:
|
||||
replacePathRegex:
|
||||
regex: "^/({{REPOSITORIES}})(.*)$"
|
||||
replacement: "/{{USERNAME}}/$1$2"
|
||||
Reference in New Issue
Block a user