DOMAIN, EXTRA_DOMAINS, EXTRA_DOMAINS_TRUSTED #127

Closed
opened 2026-09-08 08:05:25 +00:00 by ineiti · 4 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?
Owner

${EXTRA_DOMAINS} and ${EXTRA_DOMAINS_TRUSTED} shall contain the same domain names, just differently formatted. So it's intended that only ${EXTRA_DOMAINS_TRUSTED} is added.

` ${EXTRA_DOMAINS}` and `${EXTRA_DOMAINS_TRUSTED}` shall contain the same domain names, just differently formatted. So it's intended that only `${EXTRA_DOMAINS_TRUSTED}` is added.
Author
Owner

Oh my - I thought this was about the remote nextcloud domains which want to connect to the local one.

Is there a way to create the EXTRA_DOMAINS directly from EXTRA_DOMAINS_TRUSTED?

Oh my - I thought this was about the remote nextcloud domains which want to connect to the local one. Is there a way to create the `EXTRA_DOMAINS` directly from `EXTRA_DOMAINS_TRUSTED`?
Owner

Is there a way to create the EXTRA_DOMAINS directly from EXTRA_DOMAINS_TRUSTED?

I tried, but couldn't get it done. If you have a solution please share, otherwise I would leave it like that, even though it's not very nice.

> Is there a way to create the `EXTRA_DOMAINS` directly from `EXTRA_DOMAINS_TRUSTED`? I tried, but couldn't get it done. If you have a solution please share, otherwise I would leave it like that, even though it's not very nice.
Author
Owner

Closing this...

Closing this...
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#127