added nextpvr
This commit is contained in:
parent
d8200e439d
commit
ce41ceb46d
@ -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
|
||||
|
@ -114,3 +114,14 @@ services:
|
||||
# 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user