feat(forgejo): enable push create

This commit is contained in:
buffet 2024-05-01 15:33:06 +02:00
parent 567e44d6cd
commit 6204338c82

View file

@ -16,6 +16,11 @@ in {
HTTP_PORT = port;
};
repository = {
ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true;
};
"markup.asciidoc" = {
ENABLED = true;
NEED_POSTPROCESS = true;