Skip to content
Snippets Groups Projects
Commit e4f04456 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '9-callbacks-created-by-application-use-http-instead-of-https' into 'master'

Resolve "Callbacks created by application use http instead of https"

Closes #9

See merge request openappstack/nextcloud!9
parents 897c800f 12a50bd9
No related branches found
No related tags found
Loading
......@@ -48,6 +48,8 @@ data:
# to be trusted. 10.43.0.0/16 contains all ip addresses that are
# assigned to kubernetes services which includes the ip address of
# the ingress service that functions as a proxy.
# system.overwriteprotocol overwrites the protocol of links that are
# generated by nextcloud to HTTPS.
# apps.core.backgroundjobs_mode set to cron disables the unreliable ajax
# scheduling that is enabled by default. Ajax scheduling is not needed
# because cronjobs are regularly executed by a kubernetes resource.
......@@ -55,7 +57,8 @@ data:
config.json: |
{
"system":{
"trusted_proxies": "10.43.0.0/16"
"trusted_proxies": "10.43.0.0/16",
"overwriteprotocol": "https"
},
"apps":{
"core":{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment