Commit Graph

6 Commits

Author SHA1 Message Date
claw f649fff223 fix: drop buildx, use native docker build+push for Gitea runner compat
Build and Deploy / build-and-test (push) Successful in 17s
Build and Deploy / build-image (push) Failing after 15s
Build and Deploy / deploy (push) Has been skipped
2026-05-31 13:45:11 +00:00
claw d5f59da076 security: add security headers via nginx ingress annotations
Build and Deploy / build-and-test (push) Successful in 18s
Build and Deploy / build-image (push) Failing after 25s
Build and Deploy / deploy (push) Has been skipped
Adds the following headers via configuration-snippet:
- Strict-Transport-Security (HSTS) with preload
- X-Frame-Options: DENY
- X-Content-Type-Options: nosniff
- Referrer-Policy: strict-origin-when-cross-origin
- Content-Security-Policy (AdSense-compatible)
- X-XSS-Protection
- Permissions-Policy

Closes t_31f12d65
2026-05-31 13:42:48 +00:00
claw f26a063c0e fix: use upload-artifact@v3 for Gitea compat
Build and Deploy / build-and-test (push) Successful in 46s
Build and Deploy / build-image (push) Failing after 5m34s
Build and Deploy / deploy (push) Has been skipped
2026-05-31 13:38:10 +00:00
claw fd007af842 chore: add package-lock.json for CI cache
Build and Deploy / build-and-test (push) Failing after 17s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
2026-05-31 13:36:32 +00:00
claw abf29e61de feat: initial CI/CD pipeline, Dockerfile, K8s manifests, build+test scripts
Build and Deploy / build-and-test (push) Failing after 3m37s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
2026-05-31 13:31:56 +00:00
claw b05e0f0a53 Initial commit 2026-05-31 13:28:49 +00:00