Clean up dynamic Traefik config
This commit is contained in:
parent
86c9d3b1d5
commit
70f86e750d
1 changed files with 1 additions and 15 deletions
|
@ -11,11 +11,6 @@ http:
|
|||
regex: "^https://www\\.(mo8it\\.com.*)"
|
||||
replacement: "https://${1}"
|
||||
permanent: true
|
||||
mo8it_xyz_to_com:
|
||||
redirectRegex:
|
||||
regex: "^(https://[a-z-]+\\.mo8it\\.)xyz(.*)"
|
||||
replacement: "${1}com${2}"
|
||||
permanent: true
|
||||
oxiform_ratelimit:
|
||||
rateLimit:
|
||||
average: 2
|
||||
|
@ -27,9 +22,7 @@ http:
|
|||
rule: Host(`git.mo8it.com`)
|
||||
service: forgejo
|
||||
to_hedgedoc:
|
||||
rule: Host(`pads.mo8it.com`) || Host(`pads.mo8it.xyz`)
|
||||
middlewares:
|
||||
- mo8it_xyz_to_com
|
||||
rule: Host(`pads.mo8it.com`)
|
||||
service: hedgedoc
|
||||
to_yinghong_massage_de:
|
||||
rule: Host(`yinghong-massage.de`) || Host(`www.yinghong-massage.de`)
|
||||
|
@ -43,9 +36,6 @@ http:
|
|||
middlewares:
|
||||
- oxiform_ratelimit
|
||||
service: yinghong_massage_oxiform
|
||||
to_ihatemoney:
|
||||
rule: Host(`ihatemoney.mo8it.com`)
|
||||
service: ihatemoney
|
||||
to_lldap:
|
||||
rule: Host(`ldap.mo8it.com`)
|
||||
service: lldap
|
||||
|
@ -92,10 +82,6 @@ http:
|
|||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-yinghong-massage-oxiform
|
||||
ihatemoney:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-ihatemoney
|
||||
lldap:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
|
Loading…
Reference in a new issue