Mirror-only fork of 1Password/connect. We mirror 1Password Connect's two official Docker Hub images into our registry so the home auth path pulls from GHCR instead of Docker Hub.
⚠️ 1Password/connectis the Connect server source — it has no public Dockerfile; the images are built internally by 1Password. So this is necessarily mirror-only (there is nothing to build-from-source even if we wanted to). The repo is just the home for the mirror workflow.
| Property | Value |
|---|---|
| Images | ghcr.io/intarweb/connect-api, ghcr.io/intarweb/connect-sync |
| Source | byte-identical copies of docker.io/1password/connect-api + …/connect-sync |
| Tags | latest (what home infra uses). Add pinned versions to TAGS as needed. |
| Workflow | .github/workflows/fork-publish.yml — hourly 33 * * * * + workflow_dispatch. Mirrors both images via the PAIRS map. |
Consume:
connect-api: { image: ghcr.io/intarweb/connect-api:latest }
connect-sync: { image: ghcr.io/intarweb/connect-sync:latest }No open intarweb→upstream PRs — intarweb-dev matches upstream/main exactly.