From 206873e83b02e96c2d1c3dacf30ca8f776a30b8c Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 26 Mar 2026 11:06:43 -0500 Subject: [PATCH] fix: set DEFAULT_ACTIONS_URL to Forgejo action mirrors code.forgejo.org maintains up-to-date mirrors of common GitHub Actions (checkout, upload-artifact, etc.) and is the recommended source for Gitea Actions runners. --- servers/legion/apps/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/apps/gitea.yaml b/servers/legion/apps/gitea.yaml index 68bb825..3d82ea9 100644 --- a/servers/legion/apps/gitea.yaml +++ b/servers/legion/apps/gitea.yaml @@ -60,7 +60,7 @@ spec: - name: GITEA__webhook__ALLOWED_HOST_LIST value: 192.168.0.0/24,10.0.0.0/8 - name: GITEA__actions__DEFAULT_ACTIONS_URL - value: self + value: https://code.forgejo.org volumeMounts: - name: data mountPath: /data