Skip to content

Commit a48502f

Browse files
authored
Merge pull request #13142 from nextcloud/feat/admin/Flow-BaseURL
feat(Flow): mention that the Windmill instance URL also needs to be set
2 parents 11d817b + d8ed975 commit a48502f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

admin_manual/windmill_workflows/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ This resource includes a **baseUrl** field, which specifies the URL that Windmil
4343

4444
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.
4545

46+
Next, navigate to **Settings->Instance->Core** in Windmill and check if the **Base url** for the Windmill instance is correct.
47+
48+
If you are using DockerSocketProxy, the Base URL should be:
49+
50+
`https://<your-nextcloud-base-url>/index.php/apps/app_api/proxy/flow`
51+
52+
If you are using HaRP (as introduced in Nextcloud 32), the Base URL should be:
53+
54+
`https://<your-nextcloud-base-url>/exapps/flow`
55+
4656
Building a workflow
4757
-------------------
4858

0 commit comments

Comments
 (0)