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:
|
lidarr:
|
||||||
bind_dirs:
|
bind_dirs:
|
||||||
- mnt/video
|
- mnt/video
|
||||||
emby:
|
# emby:
|
||||||
bind_dirs:
|
# bind_dirs:
|
||||||
- mnt/video
|
# - mnt/video
|
||||||
- mnt/emby
|
# - mnt/emby
|
||||||
ombi: []
|
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
|
directory: /mnt/butter/video
|
||||||
user: mount
|
user: mount
|
||||||
ext4:
|
ext4:
|
||||||
/mnt/emby:
|
|
||||||
device: UUID=e1e56368-5771-4b6c-a70c-ce23dde1681c
|
|
||||||
/mnt/lxc:
|
/mnt/lxc:
|
||||||
device: UUID=a11c4225-bf55-4888-ab15-589afde95510
|
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:
|
nginx:
|
||||||
emby:
|
|
||||||
auth: none
|
|
||||||
https:
|
|
||||||
port: 8096
|
|
||||||
prot: http
|
|
||||||
ombi:
|
ombi:
|
||||||
auth: none
|
auth: none
|
||||||
default: no
|
default: no
|
||||||
|
@ -37,10 +32,6 @@ nginx:
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
Media:
|
Media:
|
||||||
emby:
|
|
||||||
name: Emby
|
|
||||||
summary: Emby Media Server
|
|
||||||
public: true
|
|
||||||
ombi:
|
ombi:
|
||||||
name: TV/Movie Requests
|
name: TV/Movie Requests
|
||||||
summary: OMBI Plex Requests Server
|
summary: OMBI Plex Requests Server
|
||||||
|
|
|
@ -3,5 +3,5 @@ grains:
|
||||||
- server
|
- server
|
||||||
- nrpe
|
- nrpe
|
||||||
- saltminion
|
- saltminion
|
||||||
- lxc_container
|
- nginx-proxy
|
||||||
- emby
|
- emby
|
||||||
|
|
Loading…
Add table
Reference in a new issue