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

add support for post-setup commands

This commit is contained in:
Robin Appelman 2022-01-28 15:27:29 +01:00
commit 25ea32820c
3 changed files with 11 additions and 0 deletions

View file

@ -134,6 +134,9 @@ 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"
post_setup = [ # commands to execute after setup, defaults to []
"occ app:enable deck",
]
[[volume]]
source = "/tmp/haze-shared"