Tweak documentation

This commit is contained in:
Thomas Sileo 2022-07-11 22:01:37 +02:00
parent 12c328a0b3
commit 261417cab3
5 changed files with 124 additions and 8 deletions

View file

@ -1,5 +1,14 @@
# User guide
# User's guide
[TOC]
TODO
## Backup and restore
All the data generated by the server is located in the `data/` directory:
- The server configuration (in `profile.toml`)
- The server secrets
- The SQLite3 database
- The uploaded media
Restoring is as easy as adding your backed up `data/` directory into a fresh deployment.