Burgernotes source code
Go to file
Tracker-Friendly b0c2d119f6 Remove that dumb unneeded refresh thing 2024-03-12 18:22:33 +00:00
static Remove that dumb unneeded refresh thing 2024-03-12 18:22:33 +00:00
templates Redirects now 2024-03-12 17:55:24 +00:00
.gitignore Ignore config.ini.example 2024-03-11 18:31:29 +00:00
APIDOCS.md meow 2024-03-11 21:45:22 +01:00
LICENSE initial commit 2023-07-21 21:52:06 +02:00
README.md mrrp 2024-03-11 21:54:12 +01:00
ROADMAP.md Unrebranding 2024-02-26 17:25:59 +00:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
down d 2023-08-10 18:43:37 +02:00
init_db initial commit 2023-07-21 21:52:06 +02:00
main Arzumify can't code python 2024-03-12 17:30:19 +00:00
removeuser burger 2023-07-22 18:15:59 +02:00
requirements.txt migrate to quart 2024-02-24 21:57:16 +01:00
schema.sql df 2023-08-19 15:17:23 +02:00
vacuum add vacuum 2023-08-02 21:23:36 +02: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
python3 init_db

In login.js, main.js, signup.js, make sure to set the "remote" variable to "".

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

python3 main

Go to the Burgernotes website

API documentation

Roadmap