Docknote

Docker based implementation of the service “Privnote”.

The idea was having a way to setup a way to share private notes that delete on opening them.


By using Docker to setup frontend, backend and the Redis database, everyone can run their own private and secure notes sharing platform using just a single Docker command.

The application can be set up with a single command “docker compose up -d”.


Once running it’s very ease to create new notes, generate a link and have that note destroy itself after being read.


For the future I contemplated implementing customization options like auto deletion after a certain amount of time if the note has not been read.


Notes are only being stored inside a “Redis In-Memory-Database” so they are not actually stored on the drive which makes them basically unrecoverable in case of a system breach for maximum anonymity.


Technologies