Self-host seedbox services
If they can be declaratively configured.
I think Sonarr et al work by repeatedly hitting RSS feeds (via Jackett). Might this cause slight latency instability on my bandwidth-limited internet connection?
Ombi: https://github.com/samhh/dotfiles/commit/bd9bf51161f1e869595ca800b4fcc950482f2c48
Unclear how backups or configuration should work.
NB can add DNS entries to Pi-Hole until they're propagated upstream.
These don't need exposing, only Chansey does: https://github.com/samhh/dotfiles/commit/0b0e27010908660bd92618415d82d3f41cf48362
Leaving the issue open to figure out backup and declarative configuration.
At present Jackett's configuration lives in: /var/lib/jackett/.config/Jackett/. Indexers once configured are defined as JSON in /var/lib/jackett/.config/Jackett/Indexers/<indexer>.json. The server config including the API key and admin password are defined in /var/lib/jackett/.config/Jackett/ServerConfig.json.
Prowlarr is at /var/lib/prowlarr.config.xml.
No need to track this here. Stuck with how the likes of Prowlarr were written.