Skip to content

Commit

Permalink
fix: add also occ cli alternative way to register
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Aug 22, 2024
1 parent c408686 commit 26647d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/services/app_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ After the DSP container is running, configure the Deploy daemon in AppAPI admin
- **Network**: `master_default` (the network of nextcloud-docker-dev docker-compose, by default it is `master_default`)
- **HaProxy password**: `some_secure_password`

or via OCC CLI:

```bash
./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP HTTP" docker-install http "http://nextcloud.local" --net=master_default --set-default
```

## HTTPS AppAPI DSP

Expand Down Expand Up @@ -48,6 +53,12 @@ After the DSP container is running and the certificate is imported in Nextcloud,
- **Network**: `host` (with https enabled, the network is forced to `host`)
- **HaProxy password**: `some_secure_password`

or via OCC CLI:

```bash
./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_https "DSP HTTPS" docker-install https "http://nextcloud.local" --net=host --set-default
```


## Environment variables

Expand Down

0 comments on commit 26647d4

Please sign in to comment.