Enable push create

main
Carsten Kragelund 2023-05-06 03:30:01 +02:00
parent 5749c7cc3c
commit f7a6d90e20
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
1 changed files with 5 additions and 0 deletions

@ -13,6 +13,11 @@
mailerPasswordFile = config.sops.secrets.gitea_mailer_passwd.path; mailerPasswordFile = config.sops.secrets.gitea_mailer_passwd.path;
settings = { settings = {
server.SSH_PORT = 22007; server.SSH_PORT = 22007;
repository = {
ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true;
DEFAULT_PUSH_CREATE_PRIVATE = true;
};
session = { session = {
COOKIE_SECURE = true; COOKIE_SECURE = true;
PROVIDER = "db"; PROVIDER = "db";