Burgernotes source code
Go to file
Tracker-Friendly 3007e9f3b6 Attempt to fix the cursed subdomain architecture 2024-10-20 19:53:24 +01:00
.gitignore It's time to rewrite burgernotes!! Again!!!!!!! 2024-10-20 10:45:03 +01:00
APIDOCS.md It's time to rewrite burgernotes!! Again!!!!!!! 2024-10-20 10:45:03 +01:00
LICENSE.md Markdown moment 2024-03-27 12:03:36 +00:00
README.md It's time to rewrite burgernotes!! Again!!!!!!! 2024-10-20 10:45:03 +01:00
ROADMAP.md It's time to rewrite burgernotes!! Again!!!!!!! 2024-10-20 10:45:03 +01:00
build.sh Fixed build script 2024-10-20 16:53:45 +01:00
go.mod Attempt to fix the cursed subdomain architecture 2024-10-20 19:53:24 +01:00
go.sum Attempt to fix the cursed subdomain architecture 2024-10-20 19:53:24 +01:00
main.go Attempt to fix the cursed subdomain architecture 2024-10-20 19:53:24 +01:00
main.proto It's time to rewrite burgernotes!! Again!!!!!!! 2024-10-20 10:45:03 +01:00

README.md

Burgernotes

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

Setup

To set up Burgernotes, set it up like any other Fulgens Server module.

cd /path/to/fulgens/directory
git clone https://git.ailur.dev/ailur/burgernotes.git --depth=1 services-src/burgernotes

If you want to rebuild all of fulgens (recommended), run ./build.sh in the fulgens directory. If you only want to build the Burgernotes module, run services-src/burgernotes/build.sh.

Configuration

Edit the main config.json file to include the Burgernotes module in the services object.

{
    "burgernotes": {
        "subdomain": "notes.example.org",
        "hostName": "https://notes.example.org"
    }
}

Running

Run the Fulgens server as you normally would.

./fulgens

Go to the Burgernotes website

API documentation

Roadmap