-
Notifications
You must be signed in to change notification settings - Fork 27
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
... #23
Comments
Dropbox has some specific requirements related to how filesystem notifications are obtained: https://docs.openmicroscopy.org/omero/5.4.10/sysadmins/dropbox.html |
We haven't done much testing with DropBox on Docker. My guess is the same as yours, there's probably an issue with notifications passing from the filesystem on the host through to the container. It may also depend on the filesystem, kernel version and docker version. I'll see if anyone else can suggest how to verify whether the problem is with notifications, or with something else. |
Hi @G-9999 . Could you try running In my case, in terminal 1:
In terminal 2:
|
Hi @G-9999 . Ok, trying to figure out where we are:
|
Wow. Thanks for the doc & the scripts, @G-9999. This makes it clear what you're trying to achieve. I don't have much experience with portainer or rclone though, so can I suggest we whittle down some of the steps from your side for me to reproduce? Starting at the minimum of just spinning up OMERO with this:
If I run this script:
I see:
Do you get that far or does this already require restarts? A potential worry that we're trying to track down is the particular interaction with your filesystem. Can you perhaps tell us about what |
Hey @G-9999. Sorry to have left you with a headache; I didn't realize you were trying to use a stack. I've updated the docker-compose file above (
|
No worries. I'm learning in the process!
I would hope you never need to do this. But if it's working, let's go with it.
Makes sense. It's likely possible to also achieve login with the environment variable
Looking forward to it. |
Thanks for the update! |
Nice. Thanks @funqtion. If I understand correctly, the All the best, ~Josh.
|
Noted.
Sounds like I should go on vacation more often! Thanks again, @funqtion. |
,,,
The text was updated successfully, but these errors were encountered: