Streamlit application to upload datasources to Mathiswald application
Document this
- Create the folder for geoserver to find inventory and base data
- Create a proxy config to forward to the streamlit app
- secure the application by either restricting to uni-fr IPs or by setting a .htaccess
The container can be run on the host system, which can mount the Geoserver and NGINX image folder locations. Then run:
docker run -d --restart always -p 8501:8501 -v /host/path/to/geoserver:/src/data -v host/path/to/nginx/img:/src/img ghcr.io/hydrocode-de/mathislewald-upload