clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
33 stars 17 forks source link

When clowder running on a closed intranet, API link need to be change to local url. #435

Open gitdiving opened 8 months ago

gitdiving commented 8 months ago

When clowder running on a closed intranet, we click the API link in the help menu will got error message. So, we can not enjoy the convenience of the api. image image

Suggest that adding environment variable in clowder docker compose file. (for example..) image

Also, you may add some detection mechanism like.. when we click the API and connect to web site failed, then swith to local site.

Thanks!

bingzhang commented 7 months ago

Just want to clarify this issue title a little bit.

It is not related to the closed intranet. We need to specify the URL of the documentation in the config and env of docker.