From 278b633308900fdab639a616ec4bf58ac31a798d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Volkov=C3=A1?= Date: Thu, 14 May 2026 17:48:48 +0200 Subject: [PATCH] fix: correct host field in AppAPI docs --- docs/services/app_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/app_api.md b/docs/services/app_api.md index 228160e1..312fd30b 100644 --- a/docs/services/app_api.md +++ b/docs/services/app_api.md @@ -14,7 +14,7 @@ docker compose up -d appapi-dsp After the DSP container is running, configure the Deploy daemon in AppAPI admin settings with the following parameters: -- **Host**: `http://nextcloud-appapi-dsp-http:2375` +- **Host**: `nextcloud-appapi-dsp-http:2375` - **Nextcloud URL**: `http://nextcloud.local` (locally always use http) - **Enable https**: `false` - **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 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: -- **Host**: `https://:2375` (use host depending on your setup) +- **Host**: `:2375` (use host depending on your setup) - **Nextcloud URL**: `http://nextcloud.local` (locally always use http) - **Enable https**: `true` - **Network**: `host` (with https enabled, the network is forced to `host`)