Self-destructive (one-time) notes.
Use POST form to set note and GET to get it. Sqlite for backend, note encryption with AES-GCM.
POST form:
- value
- view_limit (default: 1)
- duration_limit (default: 24h, range: 1m..7*24h)
$ make
$ make installor
$ make dockerUsage of denote:
-V Print version and exit
To run localhost:
$ URL="http://127.0.0.1:8000" denoteTo run in docker:
$ docker-compose up -dIf you need frontend, setenv ENABLE_STATIC=1.