diff --git a/debian12-forgejo/templates/app.ini b/debian12-forgejo/templates/app.ini index 80e0dd8..6b8bda8 100644 --- a/debian12-forgejo/templates/app.ini +++ b/debian12-forgejo/templates/app.ini @@ -82,4 +82,5 @@ PASSWORD_HASH_ALGO = pbkdf2_hi JWT_SECRET = {{ jwtSecret }} [actions] -ENABLED = true \ No newline at end of file +ENABLED = true +DEFAULT_ACTIONS_URL = https://code.forgejo.org \ No newline at end of file