Commit Graph

7 Commits

Author SHA1 Message Date
funman300 8396f0f067 ci: trigger with dockerfile change for debug
Build and Deploy / build-and-push (push) Failing after 8s
2026-05-13 14:46:09 -07:00
funman300 7f333443dd fix(docker): copy web/ to builder stage for include_str! macros
Build and Deploy / build-and-push (push) Failing after 1m8s
2026-05-13 14:18:05 -07:00
funman300 29b8c33d3f fix(docker): stub all workspace crates for cargo fetch in CI
Build and Deploy / build-and-push (push) Failing after 2m16s
2026-05-13 14:15:24 -07:00
funman300 edf2013ab1 ci: retrigger after fixing runner instance URL
Build and Deploy / build-and-push (push) Failing after 2m27s
2026-05-13 14:11:54 -07:00
funman300 e3864c60a0 ci: retrigger build after enabling Actions
Build and Deploy / build-and-push (push) Failing after 4m18s
2026-05-13 14:05:23 -07:00
funman300 9983b873f9 feat(ops): add k3s + ArgoCD GitOps pipeline
- Dockerfile: copy web/ and assets/ to runtime stage so ServeDir routes work
- .gitea/workflows/docker-build.yml: build/push image on master push, pin SHA
  tag back into deploy/kustomization.yaml so ArgoCD sees a real manifest change
- deploy/: Kustomize manifests — Namespace, PVC, Deployment (Recreate for
  SQLite), Service, Traefik Ingress at klondike.aleshym.co
- argocd/application.yaml: auto-sync Application watching deploy/ on Gitea

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 13:53:09 -07:00
funman300 6ce55646d8 feat(sync): re-auth prompt on expired session + server deployment artifacts
On auth failure during pull (access + refresh both expired), sync_plugin now
fires SyncConfigureRequestEvent so the Connect modal reopens automatically
instead of leaving the player with a silent error status. The modal's existing
double-open guard keeps repeated failures idempotent.

Also removes the unused SyncAuthResultEvent (results handled inline in
SyncSetupPlugin via PendingAuthTask polling) and adds server deployment
artifacts: Dockerfile (multi-stage, SQLX_OFFLINE), docker-compose.yml (SQLite
volume, health-check), and .env.example for local development setup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 12:45:08 -07:00