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:
parent
8177e8407a
commit
096a04e00c
|
@ -70,7 +70,7 @@ in
|
|||
PROVIDER = "db";
|
||||
};
|
||||
actions.ENABLED = true;
|
||||
federation.ENABLED = true;
|
||||
# federation.ENABLED = true;
|
||||
webhook.ALLOWED_HOST_LIST = "*.ifsr.de";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue