1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

allow configuring additional app directories and add a writable app directory

fixes #15
This commit is contained in:
Robin Appelman 2026-03-05 23:27:54 +01:00
commit b7ea4e9760
6 changed files with 130 additions and 34 deletions

View file

@ -303,6 +303,7 @@ options
```toml
sources_root = "/path/to/sources" # path of the nextcloud sources. required
app_directories = ["/path/to/sources/more_app"] # paths to additional app directories.
work_dir = "/path/to/temp/dir" # path to temporary directory. optional, defaults to "/tmp/haze"
[auto_setup] # optional