summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-18 23:30:48 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-18 23:30:48 +0100
commit6bfcb1f1ecc7b81c99b7775d6c8e069e2097484c (patch)
tree87934a058e30c6b661b21c4440b8a5501bff05ef /roles/apps/nextcloud/templates
parenttomnext-nc: resize root lv (diff)
apps/nextcloud: improve initial config and fix some minor issues
Diffstat (limited to 'roles/apps/nextcloud/templates')
-rw-r--r--roles/apps/nextcloud/templates/pod-spec-with-mariadb.yml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/apps/nextcloud/templates/pod-spec-with-mariadb.yml.j2 b/roles/apps/nextcloud/templates/pod-spec-with-mariadb.yml.j2
index 6100a2ab..b77ddeb2 100644
--- a/roles/apps/nextcloud/templates/pod-spec-with-mariadb.yml.j2
+++ b/roles/apps/nextcloud/templates/pod-spec-with-mariadb.yml.j2
@@ -14,6 +14,8 @@ containers:
env:
- name: NEXTCLOUD_TRUSTED_DOMAINS
value: "{{ item.value.hostnames | join(' ') }}"
+ - name: OVERWRITEPROTOCOL
+ value: "https"
- name: MYSQL_HOST
value: 127.0.0.1
- name: MYSQL_DATABASE