Add Windmill workflows and Git auto-sync

- Add wmill.yaml configuration with includes for f/**, u/**, g/**
- Add sync_to_git.sh script for automatic Git synchronization
- Add initial workflows synced from Windmill:
  - Test script: u/antigravity/test_git_sync
  - Admin scripts: u/admin/hub_sync
  - Setup app: g/all/setup_app
  - Folders: f/app_custom, f/app_groups, f/app_themes
This commit is contained in:
Akira
2026-02-11 21:59:55 +09:00
parent 4895761405
commit da60b92a64
16 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
summary: null
display_name: App Custom Components
extra_perms:
g/all: false
owners: []

View File

@@ -0,0 +1,5 @@
summary: null
display_name: App Groups
extra_perms:
g/all: false
owners: []

View File

@@ -0,0 +1,5 @@
summary: null
display_name: App Themes
extra_perms:
g/all: false
owners: []