DOMAIN, EXTRA_DOMAINS, EXTRA_DOMAINS_TRUSTED #128

Open
opened 2026-09-08 08:06:02 +00:00 by ineiti · 0 comments
Owner

Working on #118 I wonder if the following

      - NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN} ${EXTRA_DOMAINS_TRUSTED}

in

- NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN} ${EXTRA_DOMAINS_TRUSTED}

should actually be

      - NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN} ${EXTRA_DOMAINS} ${EXTRA_DOMAINS_TRUSTED}

with the problem that ${EXTRA_DOMAINS} contains the , necessary for the traefik Host configuration.

Is anybody using EXTRA_DOMAINS and can confirm if it works, or needs to be changed?

Working on #118 I wonder if the following ``` - NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN} ${EXTRA_DOMAINS_TRUSTED} ``` in https://git.coopcloud.tech/coop-cloud/nextcloud/src/commit/8d46dd808e01002ed7c2388b5b895d2e40a052ac/compose.yml#L73 should actually be ``` - NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN} ${EXTRA_DOMAINS} ${EXTRA_DOMAINS_TRUSTED} ``` with the problem that `${EXTRA_DOMAINS}` contains the `, ` necessary for the traefik `Host` configuration. Is anybody using `EXTRA_DOMAINS` and can confirm if it works, or needs to be changed?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#128