Commit Graph

5 Commits

Author SHA1 Message Date
zhenyus
db590f3f27 refactor: update gitea-webhook-ambassador Dockerfile and configuration
- Changed the build process to include a web UI build stage using Node.js.
- Updated Go build stage to copy web UI files to the correct location.
- Removed the main.go file as it is no longer needed.
- Added SQLite database configuration to example config.
- Updated dependencies in go.mod and go.sum, including new packages for JWT and SQLite.
- Modified .gitignore to include new database and configuration files.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-06-10 16:00:52 +08:00
zhenyus
60817c1be4 feat: add gitea-webhook-ambassador service and migration script
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-30 23:37:19 +08:00
625664808a modify gitignore 2025-02-17 18:09:25 -08:00
孙振宇
847a2c04ad feat(inventory): add inventory template and update existing entries
Signed-off-by: 孙振宇 <>
2025-01-11 19:06:42 +08:00
孙振宇
99e2a6a5e3 feat(ansible): add init and activate scripts for virtual environment setup
chore: add .gitignore for virtual environment files
refactor: move etcd configuration to manifests and remove obsolete files

Signed-off-by: 孙振宇 <>
2025-01-11 18:52:32 +08:00