HTTP service for one-time secrets. It should allow you to create a secret, set a passphrase to open it, and generate a code that can be used to read the secret only once. No UI is needed, it must be a JSON Api service.
- FastAPI
- Redis
host + port + /docs -> swagger
Rename or copy and paste .env.docker and install name file like .env! If you want a custom run overwrite .env!
docker-compose up --build
flake8
pytest