jellyfyn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
jellyfyn [2025/05/16 12:22] – glebelg | jellyfyn [2025/09/26 11:57] (current) – glebelg | ||
---|---|---|---|
Line 5: | Line 5: | ||
docker pull jellyfin/ | docker pull jellyfin/ | ||
docker run -d --name jellyfin --user 1000:1000 --group-add=" | docker run -d --name jellyfin --user 1000:1000 --group-add=" | ||
+ | | ||
+ | |||
+ | ======customize jellyfin====== | ||
+ | enter the docker | ||
+ | docker exec -u root -t -i docker_id /bin/bash | ||
+ | install tools | ||
+ | apt install mcedit wget | ||
+ | |||
+ | go to webroot | ||
+ | cd / | ||
+ | | ||
+ | get logo to webroot | ||
+ | wget https:// | ||
+ | |||
+ | change site title | ||
+ | sed -i ' | ||
+ | |||
+ | add logo on main page | ||
+ | mcedit session-login-index-html.c73c6453a153f384f752.chunk.js | ||
+ | |||
+ | find the following string: | ||
+ | <div class=" | ||
+ | |||
+ | directly after this string paste the following (but obviously amend for your own logo, it can even be a GIF if you want): | ||
+ | <img src=" | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | |||
+ |
jellyfyn.txt · Last modified: by glebelg