This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
4847 stat :
4948 path : " /dev/dri"
5049 register : dev_dri
51-
50+
5251- name : Create and start container
5352 docker_container :
5453 name : emby
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"
You can’t perform that action at this time.
0 commit comments