Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions admin_manual/windmill_workflows/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your-nextcloud-base-url>/index.php/apps/app_api/proxy/flow`

If you are using HaRP (as introduced in Nextcloud 32), the Base URL should be:

`https://<your-nextcloud-base-url>/exapps/flow`

Building a workflow
-------------------

Expand Down