Compare commits
No commits in common. "174063efa342942109a1645886a991a2415e2bcd" and "ad3284ba56994cfd09764338854de501cecb2665" have entirely different histories.
174063efa3
...
ad3284ba56
5 changed files with 7 additions and 52 deletions
|
|
@ -11,9 +11,7 @@
|
|||
(n2) {
|
||||
reverse_proxy 192.168.1.4:{args.0}
|
||||
}
|
||||
(n2plus) {
|
||||
reverse_proxy 192.168.1.10:{args.0}
|
||||
}
|
||||
|
||||
# DNS
|
||||
(duckdns) {
|
||||
tls {
|
||||
|
|
@ -41,28 +39,24 @@
|
|||
}
|
||||
@wiki host wiki.quodatum.duckdns.org
|
||||
handle @wiki {
|
||||
import n2 8088
|
||||
import omv 8088
|
||||
}
|
||||
@code host code.quodatum.duckdns.org
|
||||
@code host wiki.quodatum.duckdns.org
|
||||
handle @code {
|
||||
import n2plus 8444
|
||||
import n2 8444
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
abort
|
||||
}
|
||||
}
|
||||
# orlop ------------------------------------
|
||||
# orlop
|
||||
*.orlop.duckdns.org {
|
||||
import duckdns
|
||||
@jellyfin host jellyfin.orlop.duckdns.org
|
||||
handle @jellyfin {
|
||||
import omv 8096
|
||||
}
|
||||
@emby host emby.orlop.duckdns.org
|
||||
handle @emby {
|
||||
import omv 8097
|
||||
}
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
abort
|
||||
|
|
@ -82,6 +76,6 @@ xu4.local {
|
|||
import auth
|
||||
|
||||
encode zstd gzip
|
||||
root links
|
||||
root link
|
||||
file_server browse
|
||||
}
|
||||
|
|
|
|||
8
emby/cache/.gitignore
vendored
8
emby/cache/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
||||
8
emby/config/.gitignore
vendored
8
emby/config/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
emby:
|
||||
image: emby/embyserver
|
||||
container_name: embyserver
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
# network_mode: host # Enable DLNA and Wake-on-Lan
|
||||
# https://forums.docker.com/t/docker-errors-invalidargument-host-network-mode-is-incompatible-with-port-bindings/103492/14
|
||||
environment:
|
||||
- UID=1000 # The UID to run emby as (default: 2)
|
||||
- GID=100 # The GID to run emby as (default 2)
|
||||
- GIDLIST=100 # A comma-separated list of additional GIDs to run emby as (default: 2)
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/music:/music
|
||||
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures:/photos
|
||||
ports:
|
||||
- 8097:8096 # HTTP port
|
||||
- 8920:8920 # HTTPS port
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
restart: unless-stopped
|
||||
|
|
@ -5,6 +5,7 @@ services:
|
|||
gerbera:
|
||||
image: gerbera/gerbera:1.9.2
|
||||
container_name: gerbera
|
||||
restart: always
|
||||
volumes:
|
||||
- "/mnt/media/pictures:/media/pictures:ro"
|
||||
- "./videos:/media/videos:ro"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue