Burgernotes source code
Go to file
Tracker-Friendly 1ae5222e33 Delete burgernotes 2024-07-24 12:00:00 +01:00
.gitignore Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
APIDOCS.md Specified which encryption to use 2024-07-20 10:53:57 +01:00
ERRORS.md Removed a few more "at"s and fixed ERRORS.md 2024-07-21 10:00:27 +01:00
LICENSE.md Markdown moment 2024-03-27 12:03:36 +00:00
README.md Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
ROADMAP.md Update ROADMAP.md 2024-05-06 14:14:27 +01:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
go.mod Made memory-based sessions work correctly, add a proof-of-work captcha to deter spamming 2024-07-20 16:45:21 +01:00
go.sum Made memory-based sessions work correctly, add a proof-of-work captcha to deter spamming 2024-07-20 16:45:21 +01:00
main.go Removed a few more "at"s and fixed ERRORS.md 2024-07-21 10:00:27 +01:00
schema.sql Added migration detection functionality to the server 2024-07-20 20:35:54 +01:00

README.md

Burgernotes

Burgernotes is a simple note-taking app with end-to-end encryption.

Setup

To set up Burgernotes, simply run these commands:

cp config.ini.example config.ini
./burgernotes init_db

Edit config.ini to your liking, then to start the server run:

./burgernotes

Go to the Burgernotes website

API documentation

Roadmap