Reenable forgejo
This commit is contained in:
parent
0358c67dac
commit
8d7a30d4a8
1 changed files with 18 additions and 19 deletions
|
@ -41,24 +41,24 @@ in
|
|||
# };
|
||||
# };
|
||||
|
||||
# forgejo = {
|
||||
# enable = true;
|
||||
# database.type = "postgres";
|
||||
# lfs.enable = true;
|
||||
# settings = {
|
||||
# server = {
|
||||
# DOMAIN = "188.40.66.217";
|
||||
# ROOT_URL = "http://${srv.DOMAIN}";
|
||||
# HTTP_PORT = 3000;
|
||||
# SSH_PORT = 62;
|
||||
# };
|
||||
# service.DISABLE_REGISTRATION = true;
|
||||
# actions = {
|
||||
# ENABLED = true;
|
||||
# DEFAULT_ACTIONS_URL = "github";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
forgejo = {
|
||||
enable = true;
|
||||
database.type = "postgres";
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "188.40.66.217";
|
||||
ROOT_URL = "http://${srv.DOMAIN}";
|
||||
HTTP_PORT = 3000;
|
||||
SSH_PORT = 62;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
renovate = {
|
||||
enable = true;
|
||||
|
@ -86,4 +86,3 @@ in
|
|||
# };
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue