Troubleshoot
This commit is contained in:
parent
d9c983723e
commit
626c40e60e
@ -1,4 +1,7 @@
|
||||
domain=nextcloud.jafner.net
|
||||
server_name=nextcloud.jafner.net
|
||||
server_name=collabora.jafner.net
|
||||
extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
||||
username=admin
|
||||
username=admin
|
||||
DONT_GEN_SSL_CERT="true"
|
||||
aliasgroup1=https://nextcloud.jafner.net:443,https://nextcloud.jafner.net|https://collabora.jafner.net:443
|
||||
aliasgroup2=https://collabora.jafner.net:443
|
@ -43,7 +43,7 @@ services:
|
||||
cap_add:
|
||||
- MKNOD
|
||||
labels:
|
||||
- traefik.http.routers.collabora.rule=Host(`nextcloud.jafner.net`) && (PathPrefix(`/lool`) || PathPrefix(`/hosting/discovery`) || PathPrefix(`/hosting/capabilities`) || PathPrefix(`/loleaflet`))
|
||||
- traefik.http.routers.collabora.rule=Host(`nextcloud.jafner.net`) && (PathPrefix(`/lool`) || PathPrefix(`/hosting/discovery`) || PathPrefix(`/hosting/capabilities`) || PathPrefix(`/loleaflet`)) || Host(`collabora.jafner.net`)
|
||||
- traefik.http.routers.collabora.tls.certresolver=lets-encrypt
|
||||
|
||||
mariadb:
|
||||
|
Loading…
x
Reference in New Issue
Block a user