added nextpvr

This commit is contained in:
Karl Hudgell 2023-07-15 14:12:36 +01:00
parent d8200e439d
commit ce41ceb46d
2 changed files with 24 additions and 5 deletions

View File

@ -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

View File

@ -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
# 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'