Fill in TODOs in git system
This commit is contained in:
parent
5a8316df78
commit
6791b8cacc
1 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue