services: forgejo: disable user account deletion

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-24 17:07:13 +02:00
parent 35dcf3d3ba
commit 54b41e8933
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -33,6 +33,7 @@ in {
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/
settings = {
DEFAULT.APP_NAME = fqdn;
admin.USER_DISABLED_FEATURES = "deletion";
api.ENABLE_SWAGGER = false;
cron = {
ENABLE = true;