-
Notifications
You must be signed in to change notification settings - Fork 1
Make QGIS Server URL configurable via ENV and read project names from database #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks! |
I came across this. Besides, that the PR is still open, just a question: For what is the code in [1] needed? as the [1] https://github.com/qwc-services/qwc-qgs-cache-preseed/blob/main/entrypoint.sh#L21-L26 |
Indeed either I forgot to click on merge or the mouse button failed. Regarding your question: I think to remember that chronjobs start with a clean environment |
Uh, in this case the new
|
Right, done in a3ca37c |
I am sorry, it's shame, that I missed this one... There is another new |
Added this one as well: 78098cc |
I admit it, I have done the tests with user request only and not via crontab... So I have found another one ...
Furthermore L25 of the Dockerfile [1] isn't needed indeed, as the This should be everything until now ... ;-) [1] https://github.com/qwc-services/qwc-qgs-cache-preseed/blob/main/Dockerfile#L25 |
If you have those changes locally, could you submit a PR? |
To use another QGIS Server url than
http://qwc-qgis-server/ows/
this should also be configurable viaENV
.Furthermore I added the possibility to read the WMS service names from a database via mounting a
pg_service.conf
file. So in this case not all project names has to be listed inpreseed_services.txt
.