allow http to continainer backend
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
---
|
||||
ansible_host: bitwarden.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "bitwarden.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: true
|
||||
...
|
||||
|
@ -1,10 +1,12 @@
|
||||
---
|
||||
ansible_host: matrix.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "_"
|
||||
- domain: "matrix.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
- domain: "chat.tormakristof.eu"
|
||||
port: 8181
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
||||
|
@ -4,10 +4,13 @@ webserver:
|
||||
- domain: "prometheus.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
- domain: "grafana.tormakristof.eu"
|
||||
port: 8181
|
||||
bigrequests: false
|
||||
https: false
|
||||
- domain: "alertmanager.tormakristof.eu"
|
||||
port: 8181
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
||||
|
@ -4,4 +4,5 @@ webserver:
|
||||
- domain: "nextcloud.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: true
|
||||
https: false
|
||||
...
|
||||
|
@ -4,7 +4,9 @@ webserver:
|
||||
- domain: "nexus.kmlabz.com"
|
||||
port: 8080
|
||||
bigrequests: true
|
||||
https: false
|
||||
- domain: "registry.kmlabz.com"
|
||||
port: 4269
|
||||
bigrequests: true
|
||||
https: false
|
||||
...
|
||||
|
Reference in New Issue
Block a user