Secrets storage with fastAPI
This is similar to https://onetimesecret.com/, but JsonAPI only. You can:
- Create note, optionally protect it with psasphrase and set timeout
- Get note. After getting it will be deleted.
There is swagger UI in /docs and redoc in /redoc
You need docker-compose to use this app.
git clone https://github.com/asokol123/SecretsStorage
cd SecretsStorage
docker-compose up
Server will be avaible in http://localhost You can chage port (default is 80) in docker-compose.yml.