s3cr3t icon indicating copy to clipboard operation
s3cr3t copied to clipboard

A supercharged S3 reverse proxy

Results 5 s3cr3t issues
Sort by recently updated
recently updated
newest added

Add some fancy YAML files to be able to deploy this into a K8S environment: - Config maps with secrets for the sensitive stuff. - Basic deployment and services I...

enhancement
Hacktoberfest

The main [s3cr3t site](https://github.com/axl89/s3cr3t/blob/master/nginx-site-example.conf) should: - Accept TLS certificates and keys - Redirect all HTTP traffic to HTTPS Sounds like we need to modify the Dockerfile and add some new...

enhancement
good first issue

We'd need to get some basic DoS protection here, am I right?

enhancement
good first issue

Improve NGINX security with the typical stuff: - Only use strong cipher suites - Prefer server ciphers - Maybe DH? - Maybe OCSP stapling? - Maybe HTTP Strict Transport Security?...

enhancement