Initial commit: Windmill workspace sync

Scripts, flows, apps, resources and resource types from the Windmill workspace.
API token excluded via .gitignore (config/).
This commit is contained in:
Sebastian Serfling
2026-04-24 09:06:07 +02:00
commit 2b5d29ef67
302 changed files with 9229 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
description: |-
1. Open up the `Settings` dropdown and select `General Settings`
2. Copy the `Space ID`
3. Open up the `Settings` dropdown again and select `CMA tokens`
4. Create a new personal access token, copy the access token
5. Open up the `Settings` dropdown one last time and select `Environments`
6. Copy any `Environment ID`. The value for this will most likely be `master`
format_extension: null
is_fileset: false
schema:
$schema: https://json-schema.org/draft/2020-12/schema
type: object
properties:
accessToken:
type: string
description: Access token for Content Management API (CMA).
environment:
type: string
description: Environment (e.g. master).
spaceId:
type: string
description: Unique identifier of the space.
required:
- accessToken
- environment
- spaceId