update readme

jocadbz
Joca 2026-02-20 14:44:30 -03:00
parent 41b37758f9
commit fb346aba49
Signed by: jocadbz
GPG Key ID: B1836DCE2F50BDF7
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ CREATE USER threadr IDENTIFIED BY 'super secure password';
CREATE DATABASE `threadr`;
GRANT ALL PRIVILEGES ON `threadr`.* TO 'threadr';
```
Note: The config file contains secrets. Keep `config/config.json` out of version control and only commit `config/config.json.sample`.
2. Create a config file: In the `config` subdirectory, `cp config.json.sample config.json` and edit it to suit your needs.
3. Create an about page: Also in the `config` subdirectory, `cp about_page.htmlbody.sample about_page.htmlbody` and edit it to suit your needs.