Configure automatic rescan

This commit is contained in:
Charlotte Van Petegem 2021-11-20 17:31:39 +01:00
parent df509e540b
commit cd66395270
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 12 additions and 7 deletions

View file

@ -18,6 +18,10 @@
hostname = "accentor.vanpetegem.me";
workers = 4;
environmentFile = config.age.secrets."passwords/services/accentor".path;
rescanTimer = {
enable = true;
dates = "00:00";
};
nginx = {
forceSSL = true;
useACMEHost = "vanpetegem.me";
@ -31,7 +35,7 @@
owner = "accentor";
repo = "api";
rev = "main";
sha256 = "z6Ioo7H0f6G9OsVFTjK8o7KXVdnXt0Ax39DPa62HZ7U=";
sha256 = "bgn5ByLN+yVln711O62hcLYH+RK1ky+NdvyJdIfFLUc=";
};
});
webPackage = (pkgs.accentor-web.override {
@ -43,7 +47,7 @@
owner = "accentor";
repo = "web";
rev = "main";
sha256 = "9ZEiRGj40quBGUx6bxnB+FGXI8wlvzRfWPTvYPSx03A=";
sha256 = "8cS0O74WFkp5WV96MuS1d5SAfnHtWgajpJUUHtT2yJ8=";
};
});
};

View file

@ -1,6 +1,6 @@
{
"name": "accentor",
"version": "0.26.0",
"version": "0.27.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",