Moved emby back to separate server
This commit is contained in:
parent
cfe5b10b1a
commit
1e0f39f3a1
6 changed files with 30 additions and 18 deletions
|
@ -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: []
|
||||
|
|
10
pillars/roles/mount/emby.sls
Normal file
10
pillars/roles/mount/emby.sls
Normal 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
|
|
@ -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
|
||||
|
|
13
pillars/roles/nginx/emby.sls
Normal file
13
pillars/roles/nginx/emby.sls
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -3,5 +3,5 @@ grains:
|
|||
- server
|
||||
- nrpe
|
||||
- saltminion
|
||||
- lxc_container
|
||||
- nginx-proxy
|
||||
- emby
|
||||
|
|
Loading…
Add table
Reference in a new issue