Server/forgejo: enable push to create

This commit is contained in:
Toast 2024-03-13 10:27:52 +01:00
parent 8c20418939
commit fff0a55aed

View file

@ -13,6 +13,10 @@
START_SSH_SERVER = true; START_SSH_SERVER = true;
SSH_PORT = 4222; SSH_PORT = 4222;
}; };
repository = {
ENABLE_PUSH_CREATE_USER = true;
DEFAULT_PUSH_CREATE_PRIVATE = true;
};
}; };
}; };