mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
allow specifying extra mappings in config
This commit is contained in:
parent
55c6754646
commit
b4aec684c6
4 changed files with 56 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -109,4 +109,14 @@ work_dir = "/path/to/temp/dir" # path to temporary directory. optional, defaults
|
|||
enabled = false # whether or not to automatically install nextcloud on `haze start`. optional, defaults to false
|
||||
username = "foo" # username for admin user during auto setup. optional, defaults to "admin"
|
||||
password = "bar" # password for admin user during auto setup. optional, defaults to "admin"
|
||||
|
||||
[[volume]]
|
||||
source = "/tmp/haze-shared"
|
||||
target = "/shared"
|
||||
create = true
|
||||
|
||||
[[volume]]
|
||||
source = "/home/me/Downloads"
|
||||
target = "/Downloads"
|
||||
read_only = true
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue