Simple "OneTimeSecret" Solution.
This image will just expose a form to store "one time" secrets and will produce a URL to read them.
You can se the project's docker-compose.yml
to run it locally. To use the already-built Docker Image, just run docker pull roura/simple-ots
.
If you want to limit who can create secrets, you can set the AUTH_IPS
environment variable to a comma-separated set of IPs.