You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Nextcloud URL**: `http://nextcloud.local` (locally always use http)
19
19
-**Enable https**: `false`
20
20
-**Network**: `master_default` (the network of nextcloud-docker-dev docker-compose, by default it is `master_default`)
@@ -47,7 +47,7 @@ docker compose up -d appapi-dsp-https
47
47
48
48
After the DSP container is running and the certificate is imported in Nextcloud, configure the Deploy daemon in AppAPI admin settings with the following parameters:
49
49
50
-
-**Host**: `https://<nextcloud-appapi-dsp-https or BIND_ADDRESS IP>:2375` (use host depending on your setup)
50
+
-**Host**: `<nextcloud-appapi-dsp-https or BIND_ADDRESS IP>:2375` (use host depending on your setup)
51
51
-**Nextcloud URL**: `http://nextcloud.local` (locally always use http)
52
52
-**Enable https**: `true`
53
53
-**Network**: `host` (with https enabled, the network is forced to `host`)
0 commit comments