This commit is contained in:
Neale Pickett 2023-02-05 11:57:25 -07:00
parent 27886e6110
commit c58bcb36f3
2 changed files with 19 additions and 3 deletions

View File

@ -1,7 +1,7 @@
. {
bind lan
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
}
forward . 8.8.8.8

View File

@ -50,6 +50,22 @@ services:
- passwd
- 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:
image: ghcr.io/linuxserver/plex:1.29.2
networks:
@ -277,10 +293,10 @@ configs:
name: dave.yaml-v3
Corefile:
file: Corefile
name: Corefile-v2
name: Corefile-v3
Caddyfile:
file: Caddyfile
name: Caddyfile-v86
name: Caddyfile-v88
index.html:
file: www/index.html
name: index.html-v36