forgejo: disable federation again for now

we have to update to Forgejo 8.x and test if it does leak all existing
user accounts, and if it's possible to prevent that.
This commit is contained in:
Lyn Fugmann 2024-09-04 16:52:42 +02:00
parent 8177e8407a
commit 096a04e00c
Signed by: fugi
GPG key ID: 4472A20091BFA792

View file

@ -70,7 +70,7 @@ in
PROVIDER = "db";
};
actions.ENABLED = true;
federation.ENABLED = true;
# federation.ENABLED = true;
webhook.ALLOWED_HOST_LIST = "*.ifsr.de";
};
};