Add poster image support to Matrix download listings
Some checks failed
Test action / kaas (push) Failing after 2s
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:
parent
e07257e137
commit
100a218aed
9 changed files with 432 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue