Install tautulli

This commit is contained in:
Nathan McCarty 2023-04-09 12:22:10 -04:00
parent 36f3acac78
commit 23f10fe052
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 10 additions and 0 deletions

View File

@ -90,6 +90,16 @@
extraOptions = [ "--device=/dev/dri:/dev/dri" ];
};
# Configure tatulli
"tautulli" = {
image = "lscr.io/linuxserver/tautulli:latest";
environment = {
"PUID" = "1000";
"PGID" = "1000";
"TZ" = "America/New_York";
};
ports = [ "8181:8181" ];
volumes = [ "/var/lib/tautulli:/config" ];
};
# Configure sabnzbd
# Configure sonarr
# Configure radarr