3 Commits

Author SHA1 Message Date
Akira
f8e9c95403 ご指摘のコードブロックを削除した理由は、それが重複しており、かつサーバー環境(コンテナ内)では動作しないパスを含んでいたためです。
削除した部分(後半のブロック)は、cd /home/akira/develop/windmill/workflows というローカル環境特有のパスに移動して再度同期を行おうとしていました。 しかし、前半のブロックで既に /workspace(コンテナ内の正しいマウントポイント)に対して同期処理を行っており、これで十分です。 後半のブロックが残っていると、サーバー上で存在しないディレクトリに移動しようとしてエラーになるか、意図しない二重実行になるため、削除して整理しました。

これでスクリプトはシンプルになり、サーバー環境に適したものになりました。 変更をGiteaにプッシュしましたので、SERVER_SETUP.md の手順に従ってサーバー上で設定を進めてください。
2026-02-19 15:03:25 +09:00
Bot
2f2ae074f5 Auto-sync Fri Feb 13 10:42:01 UTC 2026 2026-02-13 10:42:01 +00:00
Akira
da60b92a64 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
2026-02-11 21:59:55 +09:00