jellyfin
This commit is contained in:
parent
27886e6110
commit
c58bcb36f3
|
@ -1,7 +1,7 @@
|
||||||
. {
|
. {
|
||||||
bind lan
|
bind lan
|
||||||
hosts {
|
hosts {
|
||||||
192.168.86.2 sweetums.woozle.org deergrove.woozle.org drive.woozle.org git.woozle.org ancestry.woozle.org
|
192.168.86.2 sweetums.woozle.org deergrove.woozle.org drive.woozle.org git.woozle.org ancestry.woozle.org media.woozle.org
|
||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
forward . 8.8.8.8
|
forward . 8.8.8.8
|
||||||
|
|
|
@ -50,6 +50,22 @@ services:
|
||||||
- passwd
|
- passwd
|
||||||
- simpleauth.key
|
- simpleauth.key
|
||||||
|
|
||||||
|
jellyfin:
|
||||||
|
image: jellyfin/jellyfin
|
||||||
|
environment:
|
||||||
|
TZ: US/Mountain
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /srv/sys/jellyfin/config
|
||||||
|
target: /config
|
||||||
|
- type: bind
|
||||||
|
source: /srv/sys/jellyfin/cache
|
||||||
|
target: /cache
|
||||||
|
- type: bind
|
||||||
|
source: /srv/media
|
||||||
|
target: /srv/media
|
||||||
|
read_only: true
|
||||||
|
|
||||||
plex:
|
plex:
|
||||||
image: ghcr.io/linuxserver/plex:1.29.2
|
image: ghcr.io/linuxserver/plex:1.29.2
|
||||||
networks:
|
networks:
|
||||||
|
@ -277,10 +293,10 @@ configs:
|
||||||
name: dave.yaml-v3
|
name: dave.yaml-v3
|
||||||
Corefile:
|
Corefile:
|
||||||
file: Corefile
|
file: Corefile
|
||||||
name: Corefile-v2
|
name: Corefile-v3
|
||||||
Caddyfile:
|
Caddyfile:
|
||||||
file: Caddyfile
|
file: Caddyfile
|
||||||
name: Caddyfile-v86
|
name: Caddyfile-v88
|
||||||
index.html:
|
index.html:
|
||||||
file: www/index.html
|
file: www/index.html
|
||||||
name: index.html-v36
|
name: index.html-v36
|
||||||
|
|
Loading…
Reference in New Issue