|
@@ -83,7 +83,7 @@ spec:
|
|
|
entryPoints:
|
|
entryPoints:
|
|
|
- web
|
|
- web
|
|
|
routes:
|
|
routes:
|
|
|
- - match: Host(`gogs.dezendorf.net`)
|
|
|
|
|
|
|
+ - match: (Host(`gogs.dezendorf.net`)||Host(`git.dezendorf.net`))
|
|
|
kind: Rule
|
|
kind: Rule
|
|
|
middlewares:
|
|
middlewares:
|
|
|
- name: redirecthttps
|
|
- name: redirecthttps
|
|
@@ -100,7 +100,7 @@ spec:
|
|
|
entryPoints:
|
|
entryPoints:
|
|
|
- websecure
|
|
- websecure
|
|
|
routes:
|
|
routes:
|
|
|
- - match: Host(`gogs.dezendorf.net`)
|
|
|
|
|
|
|
+ - match: (Host(`gogs.dezendorf.net`)||Host(`git.dezendorf.net`))
|
|
|
kind: Rule
|
|
kind: Rule
|
|
|
services:
|
|
services:
|
|
|
- name: gogs
|
|
- name: gogs
|
|
@@ -217,4 +217,4 @@ data:
|
|
|
|
|
|
|
|
[security]
|
|
[security]
|
|
|
INSTALL_LOCK = true
|
|
INSTALL_LOCK = true
|
|
|
- SECRET_KEY = WityxCyHAcBVyLm
|
|
|
|
|
|
|
+ SECRET_KEY = WityxCyHAcBVyLm
|