Fort Knox for your notes
Encrypt all your sensitive data but keep it online for easy and quick access. Do not rely on any vendors. Deploy FortNotes on your own server. Organize and structure your data. Check source code. Be safe.
Launch
How it works
Your data is never sent to the server in plain format. Everything is encrypted and decrypted right in the browser with AES using 256 bits key derived from your password. No backdoors. No password recovery. So keep your password safe.
Free and flexible
No tariff plans, no payments. All users have all available features at full scale including manual data structure customization. There are only general templates for the start, everything further you can change or reorganize according to your taste or necessity.
Quick start with Docker
You can create fully operational FortNotes instance on your computer or server with a single command.
See more details in the repository documentation.
docker run \
    --detach \
    --publish 8080:8080 \
    --publish 8000:8000 \
    --restart always \
    --name fortnotes \
    fortnotes/legacy:apache
Get the latest news and feel free to share your ideas and merge requests.