Commit graph

4 commits

Author SHA1 Message Date
6c1329c2a9 feat(api): serve buoy telemetry 2026-08-24 23:17:08 +02:00
af050c9751 chore: keep local build artifacts out of git 2026-08-24 23:17:03 +02:00
a9a1c201e7 ci: add secret scan and Go checks for the GitHub mirror
The deploying pipeline stays on Forgejo, where the runner can reach the cluster.
This one only scans for secrets and runs vet, test and lint, so the mirrored
repo shows its own checks without ever needing a secret. Go steps no-op until
apps/api/go.mod exists.
2026-08-20 20:09:24 +02:00
d259857fab chore: scaffold repository layout
Directory skeleton from the project plan, held open with .gitkeep so the layout
survives a clone. The .gitignore blocks credentials, kubeconfigs, terraform
state and local editor state, and keeps *-sealed.yaml committable since those
are encrypted on purpose.
2026-08-20 20:09:24 +02:00