Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit b63561b

Browse files
committed
Emby: Tweaked mounts.
1 parent d4a89be commit b63561b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

roles/emby/tasks/emby_settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
xpath: /ServerConfiguration/EnableHttps
4848
value: "true"
4949

50-
- name: "Set 'WanDdns' to emby.{{ user.domain }}"
50+
- name: "Set 'WanDdns' to 'emby.{{ user.domain }}'"
5151
xml:
5252
path: "/opt/emby/config/system.xml"
5353
xpath: /ServerConfiguration/WanDdns

roles/emby/tasks/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
- /opt/emby
2323
- /opt/emby/config
2424
- /opt/emby/config/users
25-
- "{{ plex.transcodes }}/3"
26-
- "{{ plex.transcodes }}/4"
25+
- "{{ plex.transcodes }}/emby"
2726

2827
- name: "Import 'dlna.xml' config"
2928
copy:
@@ -48,7 +47,7 @@
4847
stat:
4948
path: "/dev/dri"
5049
register: dev_dri
51-
50+
5251
- name: Create and start container
5352
docker_container:
5453
name: emby
@@ -70,10 +69,11 @@
7069
volumes:
7170
- "/etc/localtime:/etc/localtime:ro"
7271
- "/opt/emby:/config"
73-
- "{{ plex.transcodes }}/3:/transcode"
74-
- "{{ plex.transcodes }}/4:/transcodes"
7572
- "/mnt/unionfs/Media:/data"
7673
- "/mnt:/mnt"
74+
- "/tmp:/tmp"
75+
- "/dev/shm:/dev/shm"
76+
- "{{ plex.transcodes }}/emby:/transcode"
7777
devices: "{{ '/dev/dri:/dev/dri' if (gpu.intel and dev_dri.stat.exists) | default(false) else omit }}"
7878
labels:
7979
"com.github.cloudbox.cloudbox_managed": "true"

0 commit comments

Comments
 (0)