Burgernotes source code
Go to file
Tracker-Friendly 3b70fe7b4b Removed a bunch of legacy APIs, added OAuth2 support, using Burgernotes 2.0 Draft 2 style encryption. 2024-07-20 10:52:18 +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 Removed a bunch of legacy APIs, added OAuth2 support, using Burgernotes 2.0 Draft 2 style encryption. 2024-07-20 10:52:18 +01:00
ERRORS.md Update ERRORS.md 2024-06-25 23:56:52 +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
burgernotes Oops, forgot the ?s 2024-06-24 20:35:58 +01:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
go.mod Go back to an older go version for compatibility with debian 2024-06-28 19:34:52 +01:00
go.sum Go back to an older go version for compatibility with debian 2024-06-28 19:34:52 +01:00
main.go Removed a bunch of legacy APIs, added OAuth2 support, using Burgernotes 2.0 Draft 2 style encryption. 2024-07-20 10:52:18 +01:00
schema.sql Removed a bunch of legacy APIs, added OAuth2 support, using Burgernotes 2.0 Draft 2 style encryption. 2024-07-20 10:52:18 +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