.
This commit is contained in:
@@ -190,7 +190,7 @@ data:
|
||||
php occ config:app:set richdocuments public_wopi_url --value="https://nextcloud.apps.undercloud.dev"
|
||||
|
||||
# Your instance is behind a reverse proxy and has a single canonical URL
|
||||
# php occ config:app:set richdocuments canonical_webroot --value="https://nextcloud.apps.undercloud.dev"
|
||||
php occ config:app:set richdocuments canonical_webroot --value="https://nextcloud.apps.undercloud.dev"
|
||||
|
||||
# Do not disable certificate verification for a proper public HTTPS setup
|
||||
php occ config:app:delete richdocuments disable_certificate_verification || true
|
||||
@@ -225,9 +225,9 @@ data:
|
||||
1 => 'fd00::/16',
|
||||
2 => '2001::/16',
|
||||
),
|
||||
'overwritehost' => 'nextcloud.apps.undercloud.dev',
|
||||
'overwriteprotocol' => 'https',
|
||||
'overwrite.cli.url' => 'https://nextcloud.apps.undercloud.dev',
|
||||
#'overwritehost' => 'nextcloud.apps.undercloud.dev',
|
||||
#'overwriteprotocol' => 'https',
|
||||
#'overwrite.cli.url' => 'https://nextcloud.apps.undercloud.dev',
|
||||
);
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -280,7 +280,7 @@ spec:
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: nextcloud:apache
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user