0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-11 22:02:48 +01:00
gitea/routers/web
wxiaoguang 7553ae1a57
Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)
Fix #23703

When Gitea starts, it reads GITEA_RUNNER_REGISTRATION_TOKEN
or GITEA_RUNNER_REGISTRATION_TOKEN_FILE to add registration token.
2024-12-23 09:59:16 +00:00
..
admin Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
auth Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
devtest Add auto-expanding running actions step (#30058) 2024-12-22 18:57:17 +00:00
events
explore Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
feed Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
healthcheck
misc Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
org Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
repo Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
shared Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
user Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-10-31 15:28:25 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
home.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
webfinger.go