comunica / jQuery-Widget.js

🖼 A jQuery widget to query heterogeneous interfaces using Comunica SPARQL
http://query.linkeddatafragments.org/
MIT License
19 stars 34 forks source link

The pre-built Docker image lacks an input to change the baseURL #152

Open mvanbrab opened 1 year ago

mvanbrab commented 1 year ago

The new -b option to comunica-web-client-generator or ./bin/generate.js hardcodes the baseURL in the packaged code.

As a result, a next version of the pre-built image would only work for https://query.linkeddatafragments.org/.

We need an instruction to modify the baseURL at container creation time.

Or some other solution to avoid that all projects need to start from sources...