Burgernotes source code
Go to file
Tracker-Friendly d4fe38f245 Merge remote-tracking branch 'origin/main' 2024-06-24 16:55:56 +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 Fully rewrote the server fr in go 2024-06-21 01:46:21 +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 Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
go.mod Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
go.sum Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
main.go Merge remote-tracking branch 'origin/main' 2024-06-24 16:55:56 +01:00
schema.sql Add a version 2 API that fixes the issue with pre-PageBurger releases of Burgernotes not using the SHA-3 based hashing format to not be able to log in properly. This also fixes the older Burgernotes clients. 2024-06-24 16:55:48 +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