Moved emby back to separate server

This commit is contained in:
Beth Parker 2019-07-20 17:10:35 -05:00
parent cfe5b10b1a
commit 1e0f39f3a1
6 changed files with 30 additions and 18 deletions

View file

@ -11,9 +11,9 @@ lxc:
lidarr:
bind_dirs:
- mnt/video
emby:
bind_dirs:
- mnt/video
- mnt/emby
# emby:
# bind_dirs:
# - mnt/video
# - mnt/emby
ombi: []
jackett: []
jackett: []

View file

@ -0,0 +1,10 @@
mount:
sshfs:
/mnt/video:
name: video
host: host.actcur.com
directory: /mnt/butter/video
user: mount
ext4:
/mnt/emby:
device: UUID=e1e56368-5771-4b6c-a70c-ce23dde1681c

View file

@ -6,7 +6,5 @@ mount:
directory: /mnt/butter/video
user: mount
ext4:
/mnt/emby:
device: UUID=e1e56368-5771-4b6c-a70c-ce23dde1681c
/mnt/lxc:
device: UUID=a11c4225-bf55-4888-ab15-589afde95510

View file

@ -0,0 +1,13 @@
nginx:
emby:
auth: none
https:
port: 8096
prot: http
portal:
Media:
emby:
name: Emby
summary: Emby Media Server
public: true

View file

@ -1,9 +1,4 @@
nginx:
emby:
auth: none
https:
port: 8096
prot: http
ombi:
auth: none
default: no
@ -37,10 +32,6 @@ nginx:
portal:
Media:
emby:
name: Emby
summary: Emby Media Server
public: true
ombi:
name: TV/Movie Requests
summary: OMBI Plex Requests Server
@ -60,4 +51,4 @@ portal:
jackett:
name: Torrent Indexers
summary: Jackett Server
public: false
public: false

View file

@ -3,5 +3,5 @@ grains:
- server
- nrpe
- saltminion
- lxc_container
- nginx-proxy
- emby