2024-02-26 17:25:59 +00:00
|
|
|
## Burgernotes
|
|
|
|
Burgernotes is a simple note-taking app with end-to-end encryption.
|
2023-08-31 23:31:17 +01:00
|
|
|
|
2024-03-11 18:30:20 +00:00
|
|
|
### Setup
|
|
|
|
To set up Burgernotes, simply run these commands:
|
|
|
|
```
|
|
|
|
cp config.ini.example config.ini
|
|
|
|
python3 init_db
|
|
|
|
```
|
|
|
|
|
2024-03-11 20:54:12 +00:00
|
|
|
In login.js, main.js, signup.js, make sure to set the "remote" variable to "".
|
|
|
|
|
|
|
|
|
2024-03-11 18:30:20 +00:00
|
|
|
Edit config.ini to your liking, then to start the server run:
|
|
|
|
```
|
|
|
|
python3 main
|
|
|
|
```
|
2024-02-25 15:58:40 +00:00
|
|
|
### Links
|
2024-02-26 17:25:59 +00:00
|
|
|
[Go to the Burgernotes website](https://notes.hectabit.org)
|
2023-08-31 23:31:53 +01:00
|
|
|
|
2023-11-03 20:24:40 +00:00
|
|
|
[API documentation](APIDOCS.md)
|
2024-02-25 15:58:40 +00:00
|
|
|
|
2024-02-26 17:25:59 +00:00
|
|
|
[Roadmap](ROADMAP.md)
|