From 8425f0988c999a63cd6750e837032b08f25b4879 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 26 Mar 2026 10:41:54 -0500 Subject: [PATCH] fix: set Gitea DEFAULT_ACTIONS_URL to self MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitea.com is no longer a valid value in Gitea 1.25 — causes startup crash. Use 'self' to point action references at this instance. --- 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 310ffa4..68bb825 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: https://gitea.com + value: self volumeMounts: - name: data mountPath: /data