From d8ed975c0fd9bf3e1c7060080ca894b1266bc101 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Mon, 19 May 2025 16:41:00 +0300 Subject: [PATCH] feat(Flow): mention that the Windmill instance URL also needs to be set Signed-off-by: Oleksander Piskun --- admin_manual/windmill_workflows/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/windmill_workflows/index.rst b/admin_manual/windmill_workflows/index.rst index 3bdec10ea..55e9e459b 100644 --- a/admin_manual/windmill_workflows/index.rst +++ b/admin_manual/windmill_workflows/index.rst @@ -43,6 +43,16 @@ This resource includes a **baseUrl** field, which specifies the URL that Windmil To set the correct URL, navigate to the Windmill interface, go to the **Resources** tab, locate the resource labeled ``u/admin/exapp_resource``, click the three dots on the right, and select the "Edit" button. +Next, navigate to **Settings->Instance->Core** in Windmill and check if the **Base url** for the Windmill instance is correct. + +If you are using DockerSocketProxy, the Base URL should be: + + `https:///index.php/apps/app_api/proxy/flow` + +If you are using HaRP (as introduced in Nextcloud 32), the Base URL should be: + + `https:///exapps/flow` + Building a workflow -------------------