I would like to allow people accessing our public image repo for our LINCS project (https://omero.lincsclarion.org/ and click on OMERO) to optionally use iviewer to visualize the images. When I install iviewer per usual, it works fine for non-public users but when the public user selects the Open With... OMERO.iviewer, it pops him/her back to a login screen. How do I enable iviewer for the Public User?
omero config iget says:
- Code: Select all
omero.data.dir=/data/OMERO
omero.db.name=omerodb
omero.db.pass=********
omero.db.user=omero
omero.web.application_server=wsgi-tcp
omero.web.apps=["omero_iviewer"]
omero.web.open_with=[["Image viewer", "webgateway", {"supported_objects": ["image"], "script_url": "webclient/javascript/ome.openwith_viewer.js"}], ["omero_iviewer", "omero_iviewer_index", {"supported_objects": ["images", "dataset", "well"], "script_url": "omero_iviewer/openwith.js", "label": "OMERO.iviewer"}]]
omero.web.public.enabled=True
omero.web.public.password=********
omero.web.public.server_id=1
omero.web.public.url_filter=^/(webadmin/myphoto/|webclient/(?!(action|logout|annotate_(file|tags|comment|rating|map)|script_ui|ome_tiff|figure_script))|webgateway/(?!(archived_files|download_as)))
omero.web.public.user=public
Thanks,
- Damir