Synology [Tuto] Installation de Jellyfin en Docker sur un NAS Synology + Transcodage Matériel / Hardware (HW)

Would you consider updating your tutorial for DSM 7.2. It is very different now which means your tutorial is very hard to follow for those of us not familiar with the old DSM. The new DSM has Container Manager instead of Docker, so the instructions cannot be followed completely. I got lost when you started editing the json file as I could not find this file.
 
Hello. I am hoping you can help me. I installed Jellyfin using this Docker script...

docker run -d --name = jellyfin \
-v / volume1 / docker / jellyfin / config: / config \
-v / volume1 / docker / jellyfin / cache: / cache \
-v / volume1 / MEDIA: / media \
-- user 1026: 100 \
-- net = host \
-- restart = unless-stopped \
-- device / dev / derri / renderD128: / dev / dri / renderD128 \
-- device / dev / derri / card0: / dev / card0 \
jellyfin / jellyfin: latest

But I get an error saying that "Container Manager API has failed", and "Error gathering device information while adding custom device" / dev / dri / trendD128 "no such file or directory".
How do I create the /dev/dri folders? I am using DS920+ with DSM 7.2.
 
Bonjour, j'ai installé proxmox 8.0.3 sur un pc pour en faire un nas et j'aimerais savoir si ce tuto est valable aussi pour proxmox 8.0.3?