gbv / jskos-web

Web interface to view JSKOS data
https://coli-conc.gbv.de/data/
MIT License
0 stars 0 forks source link

Support configuration behind HTTP proxy #8

Closed nichtich closed 1 year ago

nichtich commented 1 year ago

When jskos-web can be used to browse between JSKOS items (requires #5), the links e.g. from mapping to concept scheme use query parameter uri by default, e.g.

?uri=https://coli-conc.gbv.de/api/mappings/15d5cc0a-1a31-42db-9b90-861363de16fb

includes a link to

?uri=http://bartoc.org/en/node/533

When jskos-web is configured to run behind a web proxy via http://uri.gbv.de/terminology/, links to ?uri=http://uri.gbv.de/terminology/${foo} should be relative links to ./${foo} instead.

nichtich commented 1 year ago

Will be implemented in https://github.com/gbv/jskos-proxy instead.