mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-23 20:01:01 -04:00
98640213a2
HOSTNAME resolution now tries hostname -f (FQDN) before falling back to the short $HOSTNAME, giving a usable ROOT_URL out of the box on hosts where the FQDN is set in /etc/hosts or DNS. - rootfs/usr/local/etc/docker/init.d/08-gitea.sh: HOSTNAME fallback chain: GITEA_SERVER → GITEA_HOSTNAME → FULL_DOMAIN_NAME → hostname -f → $HOSTNAME rootfs/usr/local/etc/docker/init.d/08-gitea.sh