DOMAIN vs GITEA_DOMAIN #54

Open
opened 2026-05-19 03:32:18 +00:00 by ammaratef45 · 1 comment
Owner

Is there a reason the second line here can't be just GITEA_DOMAIN=$DOMAIN?

DOMAIN=gitea.example.com

.env.sample Line 15 in db92e97071
GITEA_DOMAIN=git.example.com

Is there a reason the second line here can't be just `GITEA_DOMAIN=$DOMAIN`? https://git.coopcloud.tech/coop-cloud/gitea/src/commit/db92e97071e0f940c3478ed3bb9f73ea2683358e/.env.sample#L3 https://git.coopcloud.tech/coop-cloud/gitea/src/commit/db92e97071e0f940c3478ed3bb9f73ea2683358e/.env.sample#L15
Owner

@ammaratef45 great find… in fact, I think GITEA_DOMAIN is ignored:

compose.yml Line 23 in db92e97071
- GITEA_DOMAIN=${DOMAIN}

i.e. the GITEA_DOMAIN from the env isn't used, it's unconditionally set to DOMAIN 😬

@ammaratef45 great find… in fact, I think `GITEA_DOMAIN` is ignored: https://git.coopcloud.tech/coop-cloud/gitea/src/commit/db92e97071e0f940c3478ed3bb9f73ea2683358e/compose.yml#L23 i.e. the `GITEA_DOMAIN` from the env isn't used, it's unconditionally set to `DOMAIN` 😬
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/gitea#54
No description provided.