Merge pull request #12508 from nextcloud/fix/windmill-docs-baseUrl

fix(admin/windmill): Added information about "baseUrl" auth field
This commit is contained in:
Ferdinand Thiessen 2025-01-17 13:16:18 +01:00 committed by GitHub
commit 2a67d0f521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,15 @@ If you wish to change to a different workspace at a later time, you can do so vi
.. image:: images/windmill_later_workspace_selection.png
:alt: Screenshot of the workspace selector when a workspace is already opened
Setting up the Correct Nextcloud URL
------------------------------------
During the initial installation, the ExApp Flow will create a **Nextcloud Authentication Resource** for AppAPI.
This resource includes a **baseUrl** field, which specifies the URL that Windmill scripts/apps use to reach the Nextcloud instance. In most cases, this URL will be configured correctly. However, certain configurations and network topologies may result in an incorrect URL, which you will need to adjust manually.
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.
Building a workflow
-------------------