fix(forgejo): use forgejo.localhost ROOT_URL for cross-network resolution #6
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/root-url-alias"
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?
Single hostname that resolves both from browsers (RFC 6761: *.localhost → 127.0.0.1) and from inside docker (DNS alias on internal network). Closes the ACTIONS_RUNTIME_URL mismatch that breaks artifact uploads with ECONNREFUSED.