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 = {
|
forgejo = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# database.type = "postgres";
|
database.type = "postgres";
|
||||||
# lfs.enable = true;
|
lfs.enable = true;
|
||||||
# settings = {
|
settings = {
|
||||||
# server = {
|
server = {
|
||||||
# DOMAIN = "188.40.66.217";
|
DOMAIN = "188.40.66.217";
|
||||||
# ROOT_URL = "http://${srv.DOMAIN}";
|
ROOT_URL = "http://${srv.DOMAIN}";
|
||||||
# HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
# SSH_PORT = 62;
|
SSH_PORT = 62;
|
||||||
# };
|
};
|
||||||
# service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
# actions = {
|
actions = {
|
||||||
# ENABLED = true;
|
ENABLED = true;
|
||||||
# DEFAULT_ACTIONS_URL = "github";
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
renovate = {
|
renovate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -86,4 +86,3 @@ in
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue