![]() |
Jellyfin on Ugreen DXP2800 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials) +--- Thread: Jellyfin on Ugreen DXP2800 (/t-jellyfin-on-ugreen-dxp2800) |
Jellyfin on Ugreen DXP2800 - Teppy81 - 2025-07-17 I need some help setting up the Jellyfin app properly on my DXP2800 NAS. I'm quite new to managing both NAS devices and media centers, so I'm still learning. I was able to download Jellyfin via Docker, open the configuration page for the image, and even create a container. However, I'm having trouble creating a "Movies" folder that points to my external hard drive connected to the NAS. At the moment, I can only work inside the shared folder on the NAS. I'm also struggling with creating aliases or symbolic links to folders on the external drive — I simply don't know how to do it. Is there anyone who could guide me through this? I'd really appreciate any help! RE: Jellyfin on Ugreen DXP2800 - 34626 - 2025-07-17 Welcome aboard :-) Heres a part of my docker-compose.yml file about the config, cache and other paths (I have much more, but this is just to give you an idea of what you might need in your docker-compose.yml volumes: - ./config ![]() - ./cache ![]() - type: bind source: /mnt/disk1/data/JMS1 target: /JMS1M read_only: true - type: bind source: /mnt/disk2/data/JMS2_2 target: /JMS2M2 |