Jellyfin Forum
How do i install Jellyfin on DS224+ - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: How do i install Jellyfin on DS224+ (/t-how-do-i-install-jellyfin-on-ds224)



How do i install Jellyfin on DS224+ - Vette - 2024-08-31

There are so many different options for how to do it that it's hard to know what to do. They are a bit different from each other so I don't know what to do.

I'm really hoping someone can help me install JellyFin on my new SynologyNAS DS224+, it has Intel Quicksync.

Is it possible to use synology quick connect name to use in Jellyfin mobile android app or web interface.

What do you recommend, just use jellyfin on the local network or open it so I can access it from anywhere in the world?
And if I want to open it up so I can use it outside of my network, what about security stuff and things to make it secure?

But first I have to install the jellyfin on the nas.

I was talking to a friend and he said you use docker container manager and you don't need to use portainer?

And do I need hardware transcoding or not?

One more question, does anyone know if it is possible to change the jellyfin logo, icons, name to something to make it more personal

I guess it might be possible to fix it on the server on nas, but on the phone it might be hard to change these things?

What should I write in the docker-compose-yml, I've seen so many different options when I googled.


RE: How do i install Jellyfin on DS224+ - theguymadmax - 2024-08-31

Follow this guide.


RE: How do i install Jellyfin on DS224+ - Vette - 2024-09-02

I did follow this guide to make a restricted docker and user in container manager.
https://drfrankenstein.co.uk/step-2-setting-up-a-restricted-docker-user-and-obtaining-ids/

And working on the docker-compose.yml settings now.

services:
  jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    environment:
      TZ: Europe/Stockholm
      user: xxx:xxxxx  xxx:xxxxx is going to be replaced with my UID and GID
    volumes:
      - /volume1/docker/jellyfin/config:/config:rw
      - /volume1/docker/jellyfin/cache:/cache:rw
      - /volume1/video/Media:/Media:rw
      - /volume1/video/Media2:/Media2:rw
      - /volume1/video/Media3:/Media3:rw
      - /volume1/video/Media4:/Media4:rw
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0
    restart: 'unless-stopped'
    network_mode: host


What is missing or and what do i need to change.


RE: How do i install Jellyfin on DS224+ - Efficient_Good_5784 - 2024-09-02

(2024-09-02, 03:49 PM)Vette Wrote: I did follow this guide to make a restricted docker and user in container manager.
https://drfrankenstein.co.uk/step-2-setting-up-a-restricted-docker-user-and-obtaining-ids/

And working on the docker-compose.yml settings now.

services:
  jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    environment:
      TZ: Europe/Stockholm
      user: xxx:xxxxx  xxx:xxxxx is going to be replaced with my UID and GID
    volumes:
      - /volume1/docker/jellyfin/configConfused-faceconfig:rw
      - /volume1/docker/jellyfin/cacheConfused-facecache:rw
      - /volume1/video/MediaConfused-faceMedia:rw
      - /volume1/video/Media2Confused-faceMedia2:rw
      - /volume1/video/Media3Confused-faceMedia3:rw
      - /volume1/video/Media4Confused-faceMedia4:rw
    devices:
      - /dev/dri/renderD128Confused-facedev/dri/renderD128
      - /dev/dri/card0Confused-facedev/dri/card0
    restart: 'unless-stopped'
    network_mode: host


What is missing or and what do i need to change.
Does it not run? That looks good as is.


RE: How do i install Jellyfin on DS224+ - Vette - 2024-10-06

It is working, but have not tested it after the DSM 7.2.2

Is hardware transcoding working on Synology NAS DS224+ now with the DSM 7.2.2 changes?
One of the changes is that Synology removes 265 codec