Tweak docs

This commit is contained in:
Thomas Sileo 2022-07-30 08:52:04 +02:00
parent 2fd34cc8ce
commit ec15262e27

View file

@ -26,6 +26,12 @@ Run the configuration wizard.
make config
```
Update `data/profile.toml` and add this line:
```toml
trusted_hosts = ["*"]
```
Build static assets.
```bash