gitea: enable push-to-create for new repositories #1

Merged
colin merged 1 commits from shelvacu/colins-nix-files:add-push-to-create into master 2024-06-08 03:46:55 +00:00

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;