gitea/docs/content/doc/administration
Giteabot 24cf06592e
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) (#25604)
Backport #25581 by @wolfogre

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

Co-authored-by: Jason Song <i@wolfogre.com>
2023-06-30 07:53:00 +00:00
..
_index.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
adding-legal-pages.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
adding-legal-pages.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
backup-and-restore.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
backup-and-restore.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
backup-and-restore.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
cmd-embedded.en-us.md Remove `font-awesome` and fomantic `icon` module (#24471) 2023-05-01 13:25:54 -04:00
cmd-embedded.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
command-line.en-us.md Document creating an API key from the CLI (#25504) 2023-06-25 21:33:34 -04:00
command-line.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
config-cheat-sheet.en-us.md Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) (#25604) 2023-06-30 07:53:00 +00:00
config-cheat-sheet.zh-cn.md Fix all possible setting error related storages and added some tests (#23911) (#25244) 2023-06-14 08:36:52 +02:00
customizing-gitea.en-us.md Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default (#24860) 2023-05-23 16:30:19 +00:00
customizing-gitea.zh-cn.md Change branch name from master to main in some documents' links (#25126) (#25140) 2023-06-08 09:40:05 +00:00
email-setup.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
email-setup.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
environment-variables.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
environment-variables.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
external-renderers.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
external-renderers.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
fail2ban-setup.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
fail2ban-setup.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
git-lfs-support.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
git-lfs-support.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
https-support.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
https-support.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
logging-config.en-us.md Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
logging-config.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
mail-templates.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
mail-templates.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
repo-indexer.en-us.md Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
repo-indexer.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
reverse-proxies.en-us.md Remove reference to caddy v1 in docs (#24962) 2023-05-28 08:39:16 +00:00
reverse-proxies.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
search-engines-indexation.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
search-engines-indexation.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
signing.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
signing.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00