Shane St Savage
Shane St Savage
I was surprised to find http clients like `python-requests`, `Go-http-client`, `wget`, `curl`, etc included in the crawler list. While I understand that these tools can be abused, in our case...
# Description Adds an `nginx-proxy` profile to the example docker-compose.yml which manages automatic creation and renewal of letsencrypt SSL certificates using HTTP-01 ACME challenges. At least partially addresses #249 ##...
We should provide some examples/guidance for users on common SSL/TLS deployment strategies. While there are many ways to achieve this, some common approaches including using existing certificates directly with [Tomcat](https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html)...
Currently the 2.28.x image has Java 11, which causes the webapp to fail to deploy because GeoServer 2.28.x requires Java 17. ```bash $ docker pull docker.osgeo.org/geoserver:2.28.x 2.28.x: Pulling from geoserver...
Currently ERDDAP HTML is generated via manual string concatenation. Use of a templating engine to render HTML would simplify HTML maintenance/management, lower the learning curve for contributors to update UI...
Thanks for this useful tool! It would be nice to be able to read the password to be hashed from stdin, or alternatively a file, for increased security (keep the...
Remove restriction on anonymouse read-only volumes. This restriction is currently preventing the use of pre-populated volumes that should be accessed in a read-only manner in a container (e.g. an NFS...