set externalurl for cli jobs

This commit is contained in:
psy 2021-10-04 20:56:13 +02:00
parent f74d726b23
commit 6b2b5d4f21
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5

View file

@ -92,6 +92,7 @@
- { key: "datadirectory", value: "{{ nextcloud.datadir }}" } - { key: "datadirectory", value: "{{ nextcloud.datadir }}" }
- { key: "defaultapp", value: "files" } - { key: "defaultapp", value: "files" }
- { key: "default_phone_region", value: "DE" } - { key: "default_phone_region", value: "DE" }
- { key: "overwrite.cli.url", value: "https://{{ nextcloud.externalurl }}"}
- name: copy nextcloud nginx config - name: copy nextcloud nginx config
template: template: