From ce41ceb46d80a5b8363b077fb32c06099c64e386 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sat, 15 Jul 2023 14:12:36 +0100 Subject: [PATCH] added nextpvr --- configs/homepage/services.yaml | 10 +++++++++- docker-compose.yml | 19 +++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/configs/homepage/services.yaml b/configs/homepage/services.yaml index c67cc40..0a9238e 100644 --- a/configs/homepage/services.yaml +++ b/configs/homepage/services.yaml @@ -27,7 +27,7 @@ type: qbittorrent url: http://127.0.0.1:7803 username: - password: + password: fields: ["leech", "download"] - Prowlarr: icon: prowlarr @@ -55,6 +55,14 @@ url: key: fields: ["movies", "tv"] + - NextPVR: + icon: nextpvr + href: http://127.0.0.1:7807 + ping: http://host.docker.internal:7807 + widget: + type: nextpvr + url: http://127.0.0.1:7807 + pin: '0000' - Bazarr: icon: bazarr href: http://127.0.0.1:7805 diff --git a/docker-compose.yml b/docker-compose.yml index 9df5411..7d01781 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -103,7 +103,7 @@ services: ports: - "53:53/tcp" - "53:53/udp" -# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server + # - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server - "7806:80/tcp" environment: TZ: 'Europe/London' @@ -111,6 +111,17 @@ services: - 'c:\downloads\apps\pihole\config\phole:/etc/pihole' - 'c:\downloads\apps\pihole\config\dnsmsq:/etc/dnsmasq.d' # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities -# cap_add: -# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed - restart: unless-stopped \ No newline at end of file + # cap_add: + # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed + restart: unless-stopped + nextpvr: + container_name: nextpvr + volumes: + - 'c:\downloads\apps\nextpvr\config:/config' + - 'c:\media\recordings:/recordings' + - 'c:\downloads\apps\nextpvr\buffer\:/buffer' + restart: unless-stopped + ports: + - '7807:8866' + - '16891:16891/udp' + image: 'nextpvr/nextpvr_amd64:stable'