Add poster image support to Matrix download listings
Some checks failed
Test action / kaas (push) Failing after 2s

- Fetch and display poster images for tracked items in Matrix
- Show monitored/unmonitored icons in listings
- Limit displayed items to 12, with count and overflow message
- Add tests for image fetching and formatting
- Enable Grafana datasources
- Fix Sonarr/Radarr URL config bug
This commit is contained in:
Chris Kruining 2026-04-16 16:55:52 +02:00
parent e07257e137
commit 100a218aed
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
9 changed files with 432 additions and 59 deletions

View file

@ -116,7 +116,7 @@ in {
settings = {
observability = {
otlp_grpc_endpoint = "http://[::1]:9062";
otlp_grpc_endpoint = "http://[::1]:9071";
service_name = "arrtrix";
};
@ -128,7 +128,7 @@ in {
quality_profile_id = 5;
};
series = {
url = "http://[::1]:${toString config.services.radarr.settings.server.port}";
url = "http://[::1]:${toString config.services.sonarr.settings.server.port}";
api_key = "$SONARR_APIKEY";
root_folder_path = "/var/media/series";
quality_profile_id = 5;