hosts: nixos: porthos: services: remove podgrab
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Podgrab is unmaintained...

I'll rely on Audiobookshelf to both download and play podcasts.
This commit is contained in:
Bruno BELANYI 2024-10-01 16:54:44 +02:00
parent 09f763bc16
commit eec65dc6b3

View file

@ -132,13 +132,6 @@ in
enable = true; enable = true;
loginFile = secrets."pdf-edit/login".path; loginFile = secrets."pdf-edit/login".path;
}; };
# Podcast automatic downloader
podgrab = {
enable = true;
passwordFile = secrets."podgrab/password".path;
dataDir = "/data/media/podcasts";
port = 9598;
};
# Regular backups # Regular backups
postgresql-backup.enable = true; postgresql-backup.enable = true;
pyload = { pyload = {