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