add push to create
This commit is contained in:
parent
296af70aab
commit
64c8eb3a95
|
@ -54,6 +54,10 @@ in
|
|||
services.forgejo.domain = cfg.domain;
|
||||
# services.forgejo.database.type = "postgres"; # Default is sqlite3, probably better for a small instance
|
||||
services.forgejo.database.passwordFile = cfg.dbPasswordFile;
|
||||
|
||||
services.forgejo.settings.repository.ENABLE_PUSH_CREATE_USER = true;
|
||||
services.forgejo.settings.repository.ENABLE_PUSH_CREATE_ORG = true;
|
||||
|
||||
# Set the permittions for the db file
|
||||
system.activationScripts = {
|
||||
forgejoDbFilePermission.text =
|
||||
|
|
Loading…
Reference in a new issue