-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Gerbi's test instance of omero #72
Comments
Hi @joshmoore @rmassei , if one accesses the Gerbi Omero server via API, does one need username/password? Is there a publicly available user, e.g. with read-access only? Thanks! Best, |
OMERO's public access works by hard-coding a special user name and password on the server-side. A site can decide to publish these as we've done with the IDR. It does put the server somewhat at risk. (In the case of the IDR, this is managed by having 2 OMERO's read-only just for API access and 2 more just for the web users all in addition to the main read-write server.) see also: https://omero-tim.gerbi-gmb.de/webclient/ cc: @Tom-TBT |
The purpose I see for For the trainers, we have made accounts that trainers can keep and use to prepare their workshops (I trust that they won't suddenly bombard my server with TB of data). In the case of omero-tim however, we could make it a read-only server, and give out credentials to access it via API. |
Thanks for the feedback! I would like to create some self-training materials where I would need to publish username and password. Otherwise random people from the internet cannot try out the Omero API. Does this seem feasible? |
Thinking about it, not being able to write stuff sounds annoying (not being able to save ROIs, images, tables, ...). But setting up a server with write permission on a public server is tricky. So we could do two things. First, a read-only mode, so you can get started:
Option two that would take more time to set up (especially the time to think of how that would work):
Am I overthinking the second option? Is there a simpler way @joshmoore? |
If it's truly training only, we could probably make a big button, "make me a password". ;)
That's what demo.openmicroscopy.org does.
Not really. You right that one does need to be careful about attacks. The strategy we take with demo is just to reserve the right to delete it periodically. So far there has been ... little abuse. |
I think an upload option is not necessary. We could show the code dor this and say "this would work on your installation". Downloading data and analyzing it is more important IMO 🌞 |
Oddly enough if you have API, you can upload 🤷♂️ |
True. If anything should end up in another folder other than ManagedRepo, I cannot filter it. |
https://omero-training.gerbi-gmb.de/
The text was updated successfully, but these errors were encountered: