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/docs/content/doc/administration
Jason Song 67bd9d4f1e
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)
Resolve #24789

## ⚠️ BREAKING ⚠️

Before this, `DEFAULT_ACTIONS_URL` cound be set to any custom URLs like
`https://gitea.com` or `http://your-git-server,https://gitea.com`, and
the default value was `https://gitea.com`.

But now, `DEFAULT_ACTIONS_URL` supports only
`github`(`https://github.com`) or `self`(the root url of current Gitea
instance), and the default value is `github`.

If it has configured with a URL, an error log will be displayed and it
will fallback to `github`.

Actually, what we really want to do is always make it
`https://github.com`, however, this may not be acceptable for some
instances of internal use, so there's extra support for `self`, but no
more, even `https://gitea.com`.

Please note that `uses: https://xxx/yyy/zzz` always works and it does
exactly what it is supposed to do.

Although it's breaking, I belive it should be backported to `v1.20` due
to some security issues.

Follow-up on the runner side:

- https://gitea.com/gitea/act_runner/pulls/262
- https://gitea.com/gitea/act/pulls/70
2 years ago
..
_index.en-us.md Refactor docs (#23752) 2 years ago
_index.zh-cn.md Refactor docs (#23752) 2 years ago
_index.zh-tw.md Refactor docs (#23752) 2 years ago
adding-legal-pages.en-us.md Refactor docs (#23752) 2 years ago
adding-legal-pages.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
backup-and-restore.en-us.md Refactor docs (#23752) 2 years ago
backup-and-restore.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
backup-and-restore.zh-tw.md Refactor docs (#23752) 2 years ago
cmd-embedded.en-us.md Remove `font-awesome` and fomantic `icon` module (#24471) 2 years ago
cmd-embedded.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
command-line.en-us.md Document creating an API key from the CLI (#25504) (#25510) 2 years ago
command-line.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
config-cheat-sheet.en-us.md Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) 2 years ago
config-cheat-sheet.zh-cn.md Fix all possible setting error related storages and added some tests (#23911) 2 years ago
customizing-gitea.en-us.md Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default (#24860) 2 years ago
customizing-gitea.zh-cn.md Change branch name from master to main in some documents' links (#25126) 2 years ago
email-setup.en-us.md Refactor docs (#23752) 2 years ago
email-setup.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
environment-variables.en-us.md Refactor docs (#23752) 2 years ago
environment-variables.zh-cn.md Refactor docs (#23752) 2 years ago
external-renderers.en-us.md Refactor docs (#23752) 2 years ago
external-renderers.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
fail2ban-setup.en-us.md Refactor docs (#23752) 2 years ago
fail2ban-setup.zh-cn.md Refactor docs (#23752) 2 years ago
git-lfs-support.en-us.md Refactor docs (#23752) 2 years ago
git-lfs-support.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
https-support.en-us.md Refactor docs (#23752) 2 years ago
https-support.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
logging-config.en-us.md Rewrite logger system (#24726) 2 years ago
logging-config.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
mail-templates.en-us.md Refactor docs (#23752) 2 years ago
mail-templates.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
repo-indexer.en-us.md Rewrite queue (#24505) 2 years ago
repo-indexer.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
reverse-proxies.en-us.md Remove reference to caddy v1 in docs (#24962) 2 years ago
reverse-proxies.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
search-engines-indexation.en-us.md Refactor docs (#23752) 2 years ago
search-engines-indexation.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
signing.en-us.md Refactor docs (#23752) 2 years ago
signing.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago