feat(forgejo): enable push create user and org, and set ssh signing format
This commit is contained in:
parent
08124bfb91
commit
87f503352f
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ mkWebApp {
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_PORT = cfg.sshPort;
|
SSH_PORT = cfg.sshPort;
|
||||||
};
|
};
|
||||||
repository.USE_COMPAT_SSH_URI = false;
|
repository = {
|
||||||
|
USE_COMPAT_SSH_URI = false;
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
|
};
|
||||||
"repository.signing".FORMAT = "ssh";
|
"repository.signing".FORMAT = "ssh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue