Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 955 Bytes

File metadata and controls

26 lines (15 loc) · 955 Bytes

mathiswald-upload

Docker Image CI DOI

Streamlit application to upload datasources to Mathiswald application

Prepare the server

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

Run the container

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