mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
Merge pull request #214 from ReenigneArcher/patch-1
fix: take ownership of plugin directories
This commit is contained in:
commit
a40fcd9709
2 changed files with 4 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ app_setup_block: |
|
|||
unraid_template_sync: false
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "12.09.23:", desc: "Take ownership of plugin directories."}
|
||||
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "07.12.22:", desc: "Rebase master to Jammy, migrate to s6v3."}
|
||||
- {date: "11.06.22:", desc: "Switch to upstream repo's ffmpeg5 build."}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# create directories
|
||||
mkdir -p \
|
||||
/config/{log,data/transcodes,cache} \
|
||||
/config/{log,data/plugins/configurations,data/transcodes,cache} \
|
||||
/data \
|
||||
/transcode
|
||||
|
||||
|
|
@ -11,5 +11,7 @@ mkdir -p \
|
|||
lsiown abc:abc \
|
||||
/config \
|
||||
/config/* \
|
||||
/config/data/plugins \
|
||||
/config/data/plugins/configurations \
|
||||
/config/data/transcodes \
|
||||
/transcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue