DOMAIN vs GITEA_DOMAIN #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a reason the second line here can't be just
GITEA_DOMAIN=$DOMAIN?@ammaratef45 great find… in fact, I think
GITEA_DOMAINis ignored:i.e. the
GITEA_DOMAINfrom the env isn't used, it's unconditionally set toDOMAIN😬