add jellyfin and cert-sorter

This commit is contained in:
=
2025-01-14 14:17:56 -05:00
parent c300116753
commit d4736af727
4 changed files with 17 additions and 1 deletions

8
jellyfin/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM jellyfin/jellyfin:10
RUN useradd -u 1000 -U -M jellyfin
RUN chown jellyfin:jellyfin /cache /config
USER jellyfin
WORKDIR /config