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 = {
# 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
# };
};
}