ov-images/skills/immich/SKILL.md
Immich photo management server on port 2283. Includes PostgreSQL, Redis, and non-free codec support via RPM Fusion. CPU-only (no ML). MUST be invoked before building, deploying, configuring, or troubleshooting the immich image.
npx skillsauth add overthinkos/overthink-plugins immichInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Self-hosted photo and video management server with full codec support.
| Property | Value | |----------|-------| | Base | fedora-nonfree | | Layers | agent-forwarding, nodejs24, supervisord, postgresql, vectorchord, redis, immich | | Platforms | linux/amd64 | | Ports | 2283 | | Registry | ghcr.io/overthinkos |
fedora → fedora-nonfree (RPM Fusion for codecs)pixi → python → supervisord (transitive)nodejs24 — Node.js 24 runtimepostgresql — database on :5432vectorchord — VectorChord vector similarity extensionredis — cache on :6379immich — Immich server on :2283, library + cache + import + external volumes| Port | Service | Protocol | |------|---------|----------| | 2283 | Immich web UI + API | HTTP |
| Name | Path | Purpose | |------|------|---------| | library | ~/.immich/library | Photo/video storage | | cache | ~/.immich/cache | Thumbnail cache | | import | ~/.immich/import | Photo import directory | | external | ~/.immich/external | External library (no-copy) | | pgdata | ~/.postgresql | PostgreSQL data |
ov image build immich
ov config immich
ov start immich
# Open http://localhost:2283
/ov-layers:immich — Immich server, db init, library/cache volumes/ov-layers:postgresql — database backend/ov-layers:vectorchord — VectorChord for smart search/ov-layers:redis — session/cache backend/ov-layers:rpmfusion — non-free codec support (via fedora-nonfree base)/ov-images:fedora-nonfree — parent base/ov-images:immich-ml — adds CUDA ML for face recognition and smart searchAfter ov start:
ov status immich — container runningov service status immich — all services RUNNINGcurl -s -o /dev/null -w '%{http_code}' http://localhost:2283 — Immich HTTP returns 200MUST be invoked when the task involves the immich image, photo management, or the CPU-only Immich setup. Invoke this skill BEFORE reading source code or launching Explore agents.
/ov:image — image family umbrella (image: entries in overthink.yml, build/validate/inspect/list)/ov:build — build.yml vocabulary (distros, builders, init-systems)tools
Use when authoring or modifying a charly PLUGIN — a candy with a `plugin:` block that contributes Providers (verbs/kinds/deploy-targets/steps/builders/commands), its own CUE schema, builtin (compiled-in) or external (out-of-tree git repo). Covers the unified Provider model, the per-plugin CUE-schema contract (single source → Go params for dev + schema-over-Describe RPC for runtime), the SDK, and the loader.
tools
The CUE data-validation / configuration CLI (cue), pinned to v0.16.1. Use when working with the cue candy, installing the cue binary into a box or onto a target:local dev host, or running the offline schema-vendoring pipeline that feeds charly's egress validation.
tools
CUE EGRESS validation — validating (and, where it adds value, generating) the config files charly WRITES to a system BEFORE the bytes hit disk. MUST be invoked before working on charly/egress.go, the vendored schemas under candy/plugin-egress/egress-schemas/vendor/, the ValidateEgress / registerVendoredEgressKind path, the offline `task cue:vendor` pipeline, or adding an egress schema for any written artifact (cloud-init, k8s manifests, traefik routes, runtime config, install ledger, systemd/quadlet units, ssh_config, libvirt XML).
tools
Kubernetes cluster-probe declarative check verb — the `kube:` check verb (nodes, pods, ingress, storage class, addon health, apply/delete, and arbitrary resource GETs) served out-of-process by the candy/plugin-kube plugin (vendored client-go; no external kubectl required).