added nextpvr
This commit is contained in:
parent
d8200e439d
commit
ce41ceb46d
@ -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
|
||||||
|
@ -103,7 +103,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "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"
|
- "7806:80/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: 'Europe/London'
|
TZ: 'Europe/London'
|
||||||
@ -111,6 +111,17 @@ services:
|
|||||||
- 'c:\downloads\apps\pihole\config\phole:/etc/pihole'
|
- 'c:\downloads\apps\pihole\config\phole:/etc/pihole'
|
||||||
- 'c:\downloads\apps\pihole\config\dnsmsq:/etc/dnsmasq.d'
|
- 'c:\downloads\apps\pihole\config\dnsmsq:/etc/dnsmasq.d'
|
||||||
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
||||||
# 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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user