feat(forgejo): enable push create
This commit is contained in:
parent
567e44d6cd
commit
6204338c82
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ in {
|
||||||
HTTP_PORT = port;
|
HTTP_PORT = port;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
repository = {
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
|
};
|
||||||
|
|
||||||
"markup.asciidoc" = {
|
"markup.asciidoc" = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
NEED_POSTPROCESS = true;
|
NEED_POSTPROCESS = true;
|
||||||
|
|
Loading…
Reference in a new issue