Compare commits
No commits in common. "9ddd6d4b9d1413b51c51c16df6abab05de0eb277" and "c2218a9ffc38077b49b506b28a5c3a29762291e4" have entirely different histories.
9ddd6d4b9d
...
c2218a9ffc
1 changed files with 7 additions and 7 deletions
|
@ -58,13 +58,6 @@ in
|
|||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
};
|
||||
dump = {
|
||||
enable = true;
|
||||
interval = "20:00";
|
||||
type = "tar.gz";
|
||||
file = "forgejo_backup";
|
||||
backupDir = "/backups";
|
||||
};
|
||||
};
|
||||
|
||||
renovate = {
|
||||
|
@ -84,5 +77,12 @@ in
|
|||
prCommitsPerRunLimit = 0;
|
||||
};
|
||||
};
|
||||
|
||||
# cron = {
|
||||
# enable = true;
|
||||
# systemCronJobs = [
|
||||
# "00 03 * * * forgejo sh backup_forgejo.sh -d /var/lib/forgejo -u TODO -s TODO -p TODO"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue