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

@ -55,6 +55,14 @@
url: url:
key: key:
fields: ["movies", "tv"] 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: - Bazarr:
icon: bazarr icon: bazarr
href: http://127.0.0.1:7805 href: http://127.0.0.1:7805

View File

@ -114,3 +114,14 @@ services:
# cap_add: # cap_add:
# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: unless-stopped 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'