You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/.github/workflows
wxiaoguang 3b10fd9b34
Only use Host header from reverse proxy (#32060)
X-Forwarded-Host has many problems: non-standard, not well-defined
(X-Forwarded-Port or not), conflicts with Host header, it already caused
problems like #31907. So do not use X-Forwarded-Host, just use Host
header directly.

Official document also only uses `Host` header and never mentioned
others.
5 months ago
..
cron-licenses.yml feat: bump `dessant/lock-threads` and `actions/setup-go` to use nodejs20 runtime (#28565) 1 year ago
cron-translations.yml Use Crowdin action for translation sync (#30054) 10 months ago
files-changed.yml Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536) 7 months ago
pull-compliance.yml Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536) 7 months ago
pull-db-tests.yml Only use Host header from reverse proxy (#32060) 5 months ago
pull-docker-dryrun.yml Bump workflows in github actions (#27836) 1 year ago
pull-e2e-tests.yml Enable npm cache on `setup-node` action (#30577) 10 months ago
pull-labeler.yml Update to labeler v5 (#29721) 11 months ago
release-nightly.yml align s3 files with docker naming (#31050) 9 months ago
release-tag-rc.yml Enable npm cache on `setup-node` action (#30577) 10 months ago
release-tag-version.yml Enable npm cache on `setup-node` action (#30577) 10 months ago