Add(module): add girasol module
Add(module): add amap module Add(module): add common lib and services Add(module): add base structure for keycloak Add(module): add base structure for rocket Add(module): add n8n and windmill modules Add(docker): add install docker script in common module Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
@@ -56,6 +56,23 @@ http:
|
||||
certResolver: letsencrypt
|
||||
middlewares:
|
||||
- redirect-errors
|
||||
mathieu:
|
||||
rule: "Host(`mathieu.wiki`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: noop
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
middlewares:
|
||||
- redirect-to-mathieu
|
||||
- redirect-errors
|
||||
mathieu-http:
|
||||
rule: "Host(`mathieu.wiki`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-mathieu
|
||||
service: noop
|
||||
wiki:
|
||||
rule: "Host(`benoit.mathieu.wiki`)"
|
||||
entryPoints:
|
||||
@@ -131,6 +148,11 @@ http:
|
||||
servers:
|
||||
- url: "http://127.0.0.1:8090"
|
||||
middlewares:
|
||||
redirect-to-mathieu:
|
||||
redirectRegex:
|
||||
regex: "^https?://mathieu.wiki/(.*)"
|
||||
replacement: "https://benoit.mathieu.wiki/$1"
|
||||
permanent: true
|
||||
redirect-to-aldon:
|
||||
redirectRegex:
|
||||
regex: "^https?://aldon.fr/(.*)"
|
||||
|
||||
Reference in New Issue
Block a user