Reenable forgejo

This commit is contained in:
hodasemi 2025-05-21 09:32:20 +02:00
parent 0358c67dac
commit 8d7a30d4a8

View file

@ -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
# }; # };
}; };
} }