mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
customize collabora a bit
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
30e2c6be25
commit
c1e2446d22
2 changed files with 5 additions and 16 deletions
|
|
@ -22,25 +22,13 @@ https://{$NC_DOMAIN}:443 {
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue