mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add options for enabling/disabling apps
This commit is contained in:
parent
44ae8ebae5
commit
036232285c
4 changed files with 44 additions and 2 deletions
|
|
@ -275,8 +275,10 @@ work_dir = "/path/to/temp/dir" # path to temporary directory. optional, defaults
|
|||
enabled = false # whether or not to automatically install nextcloud on `haze start`. enabled by default
|
||||
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"
|
||||
enable_apps = ["files_external"] # apps to enable after setup, defaults to []
|
||||
disable_apps = ["contacts"] # apps to disable after setup, defaults to []
|
||||
post_setup = [# commands to execute after setup, defaults to []
|
||||
"occ app:enable deck",
|
||||
"occ group:add test",
|
||||
]
|
||||
|
||||
[[volume]] # optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue