1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

bit more readme

This commit is contained in:
Robin Appelman 2021-03-15 22:46:03 +01:00
commit 21a7b0fd25

View file

@ -102,7 +102,8 @@ haze [match] stop
Configuration is loaded from `~/.config/haze/haze.toml` and has the following options Configuration is loaded from `~/.config/haze/haze.toml` and has the following options
```toml ```toml
sources_root = "/srv/http/owncloud" sources_root = "/path/to/sources" # path of the nextcloud sources. required
work_dir = "/path/to/temp/dir" # path to temporary directory. optional, defaults to "/tmp/haze"
[auto_setup] # optional [auto_setup] # optional
enabled = false # whether or not to automatically install nextcloud on `haze start`. optional, defaults to false enabled = false # whether or not to automatically install nextcloud on `haze start`. optional, defaults to false