Merge pull request #252 from nextcloud/enh/1902/customize-collabora

customize collabora a bit
This commit is contained in:
Simon L 2022-03-02 17:23:31 +01:00 committed by GitHub
commit 2dbd3a5f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 16 deletions

View file

@ -22,25 +22,13 @@
# Collabora # Collabora
route /browser/* { route /browser/* {
reverse_proxy https://{$COLLABORA_HOST}:9980 { reverse_proxy {$COLLABORA_HOST}:9980
transport http {
tls_insecure_skip_verify
}
}
} }
route /hosting/* { route /hosting/* {
reverse_proxy https://{$COLLABORA_HOST}:9980 { reverse_proxy {$COLLABORA_HOST}:9980
transport http {
tls_insecure_skip_verify
}
}
} }
route /cool/* { route /cool/* {
reverse_proxy https://{$COLLABORA_HOST}:9980 { reverse_proxy {$COLLABORA_HOST}:9980
transport http {
tls_insecure_skip_verify
}
}
} }
# Nextcloud # Nextcloud

View file

@ -179,7 +179,8 @@
"NC_DOMAIN=%NC_DOMAIN%", "NC_DOMAIN=%NC_DOMAIN%",
"TURN_SECRET=%TURN_SECRET%", "TURN_SECRET=%TURN_SECRET%",
"SIGNALING_SECRET=%SIGNALING_SECRET%", "SIGNALING_SECRET=%SIGNALING_SECRET%",
"JANUS_API_KEY=%JANUS_API_KEY%" "JANUS_API_KEY=%JANUS_API_KEY%",
"extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning"
], ],
"volumes": [], "volumes": [],
"secrets": [ "secrets": [