Fix collabora configuration
This commit is contained in:
parent
802fa7625c
commit
b4c55cffc9
@ -50,20 +50,18 @@
|
||||
io.containers.autoupdate: "registry"
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.collabora.entrypoints: "https"
|
||||
traefik.http.routers.collabora.rule: "PathPrefix(`/collabora`)"
|
||||
traefik.http.routers.collabora.rule: "PathPrefix(`/collabora`,`/browser`)"
|
||||
traefik.http.routers.collabora.tls: "true"
|
||||
traefik.http.routers.collabora.tls.certresolver: "wildcard"
|
||||
traefik.http.routers.collabora.service: "collabora"
|
||||
traefik.http.routers.collabora.middlewares: "collabora-prefixstrip@docker"
|
||||
traefik.http.middlewares.collabora-prefixstrip.stripprefix.prefixes: "/collabora"
|
||||
traefik.http.services.collabora.loadbalancer.server.port: "9980"
|
||||
traefik.docker.network: "traefik-collabora"
|
||||
env:
|
||||
domain: "chef\\.heaplab\\.deib\\.polimi\\.it/cloud"
|
||||
aliasgroup1: "chef\\.heaplab\\.deib\\.polimi\\.it/cloud"
|
||||
domain: "chef\\.heaplab\\.deib\\.polimi\\.it"
|
||||
aliasgroup1: "chef\\.heaplab\\.deib\\.polimi\\.it"
|
||||
username: "{{ vault_collabora_user }}"
|
||||
password: "{{ vault_collabora_password }}"
|
||||
extra_params: "--o:ssl.enable=false --o:ssl.termination=true"
|
||||
extra_params: "--o:ssl.enable=false --o:ssl.termination=true --o:net.service_root=/collabora"
|
||||
generate_systemd:
|
||||
path: /home/containers/.config/systemd/user/
|
||||
restart_policy: on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user