mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add option to mount app packages
This commit is contained in:
parent
2fc3e5ed93
commit
acfbdd16d9
4 changed files with 106 additions and 1 deletions
|
|
@ -29,6 +29,10 @@ haze start [database] [php-version]
|
|||
Where `database` is one of `sqlite`, `mysql`, `mariadb` or `pgsql` with an optional version (e.g. `pgsql:12`), defaults to `sqlite`.
|
||||
And `php-version` is one of `7.2`, `7.3`, `7.4`, `8.0`, `7` or `8`, defaults to `8.0`
|
||||
|
||||
Additionally, you can use the following options when starting an instance:
|
||||
- `s3`: setup Nextcloud with S3 primary storage
|
||||
- `<path to app.tar.gz>`: by specifying the path to an app package this package will be extracted into the apps directory of the new instance (overwriting any existing app code). This can be used to quickly test a packaged app.
|
||||
|
||||
#### Run tests in a new instance
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue