-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Can't view local files on my Synology NAS #729
Comments
@vatsalkgor what settings need to go in the middleware? |
Each auth middleware have different settings. Let's say you want to add |
I run immich on my NAS to in the docker compose of that app I had to add the following:
To allow access to the local shared folder I want the app to access. If I want to do something similar in filestash, do I add something like:
And then expose it in the admin UI? Does the settings here look correct? Is the password here my filestash password or my NAS admin password? @vatsalkgor still getting the Oops error with the above settings so was curious what I'm doing wrong. |
The password is your filestash password, not your NAS Password. And sometimes cache can also play effect so please try in incognito as well. Thanks |
I have it set up as the above screenshot, but still seem to get the Oops error. Tried it in incognito mode and in another browser as well. Is mounting to My docker compose is now:
I don't see anything in the logs indicating it failed to mount the volume or something. |
@vatsalkgor @mickael-kerjean any ideas on what to do here? |
I would need to replicate the issue to understand what's going on at a deeper level. If you're ok sending me some testing account I can try from here, I'm happy to give it a shot |
I use htpasswd on my instance. |
Description of the bug
I have installed filestash on my Synology DS923+ NAS using the following docker-compose.yml:
It's running and I can access it. I have set it to only local.
When I try to view my files, I get the "Oops! Not Found" error.
What do I need to do to view my files from my NAS? I would specifically like to just view the
volume1/NAS-BACKUPS/Backup Photos
folder from my NAS.Step by step instructions to reproduce the bug
Can you replicate that error from the demo?
Observed behavior
"Oops! Not Found" error when trying to view files.
Expected behavior
I am able to view the local files in my Synology NAS
volume1/NAS-BACKUPS/Photos
folderThe text was updated successfully, but these errors were encountered: