gitea: enable push-to-create for new repositories

This commit is contained in:
colin 2024-06-08 03:46:52 +00:00
commit 514fbca3f1

View File

@ -53,6 +53,8 @@
session.COOKIE_SECURE = true;
repository = {
DEFAULT_BRANCH = "master";
ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true;
};
other = {
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;