gitea: enable push-to-create for new repositories

This commit is contained in:
Shelvacu 2024-06-07 20:27:43 -07:00
parent f219c59ad5
commit bcab89dbfb

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;