-
Hi, I installed it on my NAS, most of the functions seems to be working fine, it is archiving and website is up and running. Could it be a permissions problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, Also check to make sure that the frontend container's If this still does not work, please open your browser console and navigate to a page that has missing thumbnails and look for any errors in the console or network tab. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply! So after a few hours of investigations, i noticed that the nginx log was throwing some errors with a path to /mnt/ Had some trouble getting it to compose without errors and synology docker can be a bit wonky. Couldn't get it to mount anything but the /docker directory. Not sure if i had to change this or if it was just a part of an attempt to get the volumes working. |
Beta Was this translation helpful? Give feedback.
Thank you for your reply!
So after a few hours of investigations, i noticed that the nginx log was throwing some errors with a path to /mnt/
Yesterday i changed
ganymede-nginx:
volumes:
/volume1/docker/ganymede/VODs:/mnt/vods to /volume1/docker/ganymede/VODs:/vods.
This broke the nginx.conf. After removing /mnt/ from nginx.conf everything seems to be working 👍
Had some trouble getting it to compose without errors and synology docker can be a bit wonky. Couldn't get it to mount anything but the /docker directory. Not sure if i had to change this or if it was just a part of an attempt to get the volumes working.