From 466b888bb9c27acacab1de3e036b7faf23315fd2 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 9 Oct 2025 23:34:24 -0700 Subject: [PATCH] switch to using our server instead of code.forgejo.org for default actions url --- templates/etc/forgejo/app.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/etc/forgejo/app.ini b/templates/etc/forgejo/app.ini index ab6074d..f904f10 100644 --- a/templates/etc/forgejo/app.ini +++ b/templates/etc/forgejo/app.ini @@ -107,3 +107,6 @@ RSA = 2047 [oauth2] JWT_SECRET = $JWT_SECRET + +[actions] +DEFAULT_ACTIONS_URL = https://git.$BASE_DOMAIN_NAME