opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 36 forks source link

hard coded link to localhost for flower-interface #55

Closed DieGoldeneEnte closed 5 years ago

DieGoldeneEnte commented 5 years ago

The link to flower on the datasources page (open-semantic-search-apps/src/datasources/templates/datasources.html) is hardcoded to point to localhost:5555. When running open-semantic-serach on a different computer/server this is not accessible, as such it would be helpful, to replace localhost with the URL used for the rest of the site.

Mandalka commented 5 years ago

In next release you can configure the URL in the new setup UI tab "Servers (URLs)".

Implemented by https://github.com/opensemanticsearch/open-semantic-search-apps/commit/9afb2846f41e86258524b78ea887213e8468ed6a