| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Use new dotnet image paths
* Update jellyfin-web to 10.3.0-rc1
|
|
|
|
Removed --ffprobe from src files and server/docker scripts.
|
|
|
|
Will always ensure containers use correct path.
Yes - the arm images have a different path than the amd64 one. This is
caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the
others use ffmpeg from their distro's repos.
|
|
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
|
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
|
Adds the /cache volume and set it to writeable by all. This allows for
those using jellyfin to continue using it without modifying their
config. However, retaining cache will require one to mount the /cache
volume.
Also make the /config and /media dirs 777 by default. No permissions on
mounted volumes will be changed.
|
|
* Prevent failure when obj exists from host compile
* Enhance readability of disposed stages
* Formatting
|
|
|
|
After the change to runtime args in #749 docker broke.
This fixes it.
|
|
By moving the apt-get layer before the copies, the apt-get layer can be reused with each build, reducing upload/download needed during updates.
Just a small optimization.
|
|
|
|
|
|
https://github.com/jellyfin/jellyfin/issues/665
|
|
These Dockerfiles can not be built natively - must be built on x86_64
|
|
required.
|