From a2ceefa65444ed5accb75beff16ec1d008ebf1b6 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 9 Feb 2023 23:21:27 +0000 Subject: [PATCH] fix(forgejo): enable federation --- templates/forgejo/app.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/forgejo/app.ini b/templates/forgejo/app.ini index c49e808..4052a17 100644 --- a/templates/forgejo/app.ini +++ b/templates/forgejo/app.ini @@ -103,3 +103,6 @@ SHOW_FOOTER_TEMPLATE_LOAD_TIME = false [oauth2] ENABLE = false + +[federation] +ENABLED = true