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;
|
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"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue