add message function

This commit is contained in:
JMARyA 2022-08-25 10:15:00 +02:00
parent 5be8a35856
commit e9b84ce522
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 87 additions and 5 deletions

13
docs/configuration.md Normal file
View file

@ -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`.