Fill in TODOs in git system

This commit is contained in:
hodasemi 2025-05-20 10:55:45 +02:00
parent 5a8316df78
commit 6791b8cacc

View file

@ -47,7 +47,7 @@ in
lfs.enable = true; lfs.enable = true;
settings = { settings = {
server = { server = {
DOMAIN = "localhost"; DOMAIN = "188.40.66.217";
ROOT_URL = "https://${srv.DOMAIN}"; ROOT_URL = "https://${srv.DOMAIN}";
HTTP_PORT = 3000; HTTP_PORT = 3000;
SSH_PORT = 62; SSH_PORT = 62;
@ -62,12 +62,12 @@ in
renovate = { renovate = {
enable = true; enable = true;
schedule = "TODO"; schedule = "1 h";
credentials = { credentials = {
RENOVATE_TOKEN = "/etc/renovate/token"; RENOVATE_TOKEN = "/etc/renovate/token";
}; };
settings = { settings = {
endpoint = "http://<TODO>.de/api/v1/"; endpoint = "http://localhost/api/v1/";
persistRepoData = true; persistRepoData = true;
platform = "forgejo"; platform = "forgejo";
autodiscover = true; autodiscover = true;
@ -78,12 +78,12 @@ in
}; };
}; };
cron = { # cron = {
enable = true; # enable = true;
systemCronJobs = [ # systemCronJobs = [
"00 03 * * * forgejo sh backup_forgejo.sh -d /var/lib/forgejo -u TODO -s TODO -p TODO" # "00 03 * * * forgejo sh backup_forgejo.sh -d /var/lib/forgejo -u TODO -s TODO -p TODO"
]; # ];
}; # };
}; };
} }