feat: add bandcamp-collection-downloader

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-22 14:55:15 +02:00
parent 95bf1530f5
commit 7d1a057641
Signed by: lander
GPG key ID: 0142722B4B0C536F
5 changed files with 71 additions and 2 deletions

View file

@ -60,6 +60,7 @@
members = [
"slskd"
"wrtagweb"
"bandcamp-collection-downloader"
];
};
@ -99,6 +100,12 @@
settings.web-api-key = "test";
};
services.bandcamp-collection-downloader = {
enable = true;
bandcampUser = "lander";
cookiesFile = config.sops.secrets.bandcampcdCookieFile.path;
};
sops = {
defaultSopsFile = ./hosting-02.yaml;
secrets = {
@ -114,6 +121,9 @@
slskdEnvFile = {
owner = config.services.slskd.user;
};
bandcampcdCookieFile = {
owner = "bandcampcd";
};
};
};