## Summary C2 Mikado chain to deploy [JobSync](https://github.com/Gsync/jobsync) — a self-hosted job application tracker — to ringtail's k3s cluster. ### Mikado Graph ``` deploy-jobsync (goal) ├── build-jobsync-container │ └── mirror-jobsync └── integrate-jobsync-ollama ``` ### What is JobSync? Next.js app with SQLite for tracking job applications. Features resume management, application pipeline tracking, and AI-powered resume review/job matching. ### Key Decisions - **Ringtail k3s** (not minikube-indri) — colocates with Ollama for zero-latency AI - **Nix container** via `buildLayeredImage` — no Dockerfile, mirrors upstream source on forge - **Ollama for AI** — uses existing deployment, no API keys needed for AI features - **No upstream fork** — vanilla JobSync, Anthropic AI deferred to future work if needed ### Current Status Planning phase — cards committed, ready for review before implementation begins. Reviewed-on: #288
1.8 KiB
1.8 KiB
| title | modified | last-reviewed | tags | |
|---|---|---|---|---|
| How-To | 2026-03-06 | 2026-03-06 |
|
How-To Guides
Deployment
Configuration
- update-tailscale-acls
- gandi-operations
- use-pypi-proxy
- expose-service-publicly
- manage-forgejo-mirrors
- update-documentation
- update-tooling-dependencies
Knowledge Base
Operations
Forgejo
Ringtail
Zot
- harden-zot-registry
- register-zot-oidc-client
- wire-ci-registry-auth
- enforce-tag-immutability
- adopt-commit-based-container-tags
- add-container-version-sync-check
- install-dagger-on-nix-runner
- pin-container-versions
- add-dagger-nix-build
- fix-ntfy-nix-version
Authentik
- deploy-authentik
- build-authentik-container
- provision-authentik-database
- create-authentik-secrets
- migrate-grafana-to-authentik
Authentik Source Build
- build-authentik-from-source
- mirror-authentik-build-deps
- authentik-api-client-generation
- authentik-python-backend-derivation
- authentik-web-ui-derivation
- authentik-go-server-derivation