diff --git a/docs/config folder.md b/docs/config folder.md new file mode 100644 index 0000000..69966da --- /dev/null +++ b/docs/config folder.md @@ -0,0 +1,13 @@ +# Config Folder + +Everything should be configured through the mounted config folder. +To enable certain features just put the right files in there. + +## General Config +The main configuration is in `config.json`. See [this](./config.json.md) + +## Profile Picture +If you want to show a picture on the main page, place a file called `me.avif` in the config folder. + +## PGP Key +If you want to share your public key, put it inside `pub.key`. \ No newline at end of file diff --git a/docs/config.json.md b/docs/config.json.md new file mode 100644 index 0000000..f8a22f2 --- /dev/null +++ b/docs/config.json.md @@ -0,0 +1,7 @@ +# config.json + +## Possible Values to configure: +- `name` : Personal Name +- `email` : Personal Mail +- `secret_key` : Secret Key for Flask +- `xmr_address` : Monero Receive Address \ No newline at end of file