2023-11-01, 11:01 AM
(2023-10-17, 08:56 PM)000 Wrote: in docker you should have a path mapped from the host to the container
/path/in/host -> /config
when you setup the docker you should have given it a PUID and GUID
the path on the host, from the host side - chown -R PUID:GUID /path/in/host (replace the text with the actual numbers)
outside of that, everything should be fine in the docker if you followed (at least loosely) the directions from https://hub.docker.com/r/linuxserver/jellyfin
Hello!
thank you very much for your answer, I managed to get to the path I wanted, now I have another problem ... I have content in the cloud mounted with rclone, it turns out that with the terminal if I see all the content, with the same file explorer but in jellyfin when viewing the media I get to the folder mounted with rclone but does not read the content.
I think it may be something permissions or something, any suggestions to solve this?
I use linux ubuntu with jellyfin installed in docker.
thank you very much once again