From 2c6df11e4b3ee6b0f2d96149e6b46db019a30a58 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sun, 20 Sep 2026 22:49:00 -0700 Subject: [PATCH] Point image references at the new registry ghcr.io went dark with the GitHub account, so every `docker pull` and template that named it has been failing. The images are republished, multi-arch as before, at registry.coffeylabs.org under the same names, and pull anonymously -- nothing needs a login. Where a link pointed at an issue list, it now goes to /-/work_items: in GitLab 19 that is the public list, and /-/issues returns 404 to anyone not signed in. Issues themselves did not come across from GitHub, so a link to a specific old issue is replaced with a note saying where it was. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc47d18..10346a5 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ docker compose up --build -d # → http://localhost:8080 — put a reverse proxy in front for TLS ``` -Or pull the published image, `ghcr.io/coffey-labs/ihasmail`. Releases are +Or pull the published image, `registry.coffeylabs.org/coffey-labs/ihasmail`. Releases are weekly, so it is usually a few days behind `main`. People sign in with their Stalwart mailbox credentials. **An account with -- 2.54.0