SSO only
This commit is contained in:
parent
ab0ace2ebe
commit
6ebebeb2c8
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.forgejo; # Not LTS
|
package = pkgs.forgejo; # Not LTS
|
||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service = {
|
||||||
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
|
};
|
||||||
repository.GO_GET_CLONE_URL_PROTOCOL = "ssh";
|
repository.GO_GET_CLONE_URL_PROTOCOL = "ssh";
|
||||||
actions.DEFAULT_ACTIONS_URL = "github";
|
actions.DEFAULT_ACTIONS_URL = "github";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue