Commit graph

10 commits

Author SHA1 Message Date
Evan Champion
094d2071e2 init-plex-chown/run: use TMPDIR instead of hardcoded /run/plex-temp
Changes init-plex-chown/run to use TMPDIR instead of hardcoded /run/plex-temp

Plex uses TMPDIR to store transcodes of music to WAV format for music
analysis (and maybe other things).

LS.io container sets TMPDIR=/run/plex-temp.  With read-only root this
means the /run tmpfs needs to have enough memory to store music analysis
transcodes.

LS.io container hardcoded /run/plex-temp in init so TMPDIR could not be
flexibly changed -- changed to use TMPDIR and clean on restart in case
of unclean shutdown.

Plex container is marked as supporting read-only root.
2026-03-16 06:05:53 +08:00
thespad
b29a1b8320
Support nonroot operation 2024-12-20 20:31:10 +00:00
thespad
9e313afccf
Add RO support 2024-10-13 16:59:17 +01:00
Anagh Kumar Baranwal
603e86d095
Fix ordering of options for lsiown 2024-09-03 12:43:30 +05:30
Eric Nemchik
56562f4956
Fix various shellcheck concerns
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2024-01-08 21:17:32 -06:00
Eric Nemchik
b9fdee8cb8
set permissions on Plex Transcoder Temp Directory
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2024-01-08 20:22:56 -06:00
Eric Nemchik
b046c3ffb4
Replace existing chown with lsiown
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2024-01-08 20:02:48 -06:00
Eric Nemchik
c1cded9030
Revert "Revert "rebase plex to jammy, update to s6v3, remove opencl drivers"" 2022-10-19 10:17:56 -05:00
Eric Nemchik
42744a60e0
Revert "rebase plex to jammy, update to s6v3, remove opencl drivers" 2022-10-19 09:43:27 -05:00
aptalca
3d443205d4 rebase plex to jammy, update to s6v3, remove opencl drivers 2022-10-15 21:38:53 -04:00
Renamed from root/etc/cont-init.d/40-chown-files (Browse further)