From 718b92ee848013b53b33e36d27408929a249bbf4 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:02:27 -0700 Subject: [PATCH] Point links at the new git host GitHub went dark with the account suspension on 2026-09-20 and GitLab was retired on 2026-09-22, so links to either no longer resolve. Repository, file, release and download links now point at git.coffeylabs.org, images at registry.coffeylabs.org, and old GitHub issue and pull request links at coffey-labs/ihasmail-github-archive, whose numbers match GitHub's. --- README.md | 4 ++-- ca_profile.xml | 2 +- templates/ihasmail.xml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7059458..4090c1c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ in the **Template** drop-down of **Docker → Add Container**: ```sh wget -P /boot/config/plugins/dockerMan/templates-user/ \ - https://git.coffeylabs.org/coffey-labs/unraid-templates/-/raw/main/templates/ihasmail.xml + https://git.coffeylabs.org/coffey-labs/unraid-templates/raw/branch/main/templates/ihasmail.xml ``` ## ihasmail @@ -47,7 +47,7 @@ Every other setting is documented at [docs.ihasmail.org/configure](https://docs.ihasmail.org/configure/). Problems with the app go to -[coffey-labs/ihasmail issues](https://git.coffeylabs.org/coffey-labs/ihasmail/-/work_items); +[coffey-labs/ihasmail issues](https://git.coffeylabs.org/coffey-labs/ihasmail/issues); problems with the template go to the issues on this repository. ## Licence diff --git a/ca_profile.xml b/ca_profile.xml index 44441aa..69ca3a2 100644 --- a/ca_profile.xml +++ b/ca_profile.xml @@ -1,6 +1,6 @@ Templates for the self-hosted software Coffey Labs publishes. Today that is ihasmail, an immutable webmail client for Stalwart Mail Server. Support for each app goes through its own GitHub issues, linked from the template. - https://raw.githubusercontent.com/Coffey-Labs/unraid-templates/main/icon.png + https://git.coffeylabs.org/coffey-labs/unraid-templates/raw/branch/main/icon.png https://coffeylabs.org diff --git a/templates/ihasmail.xml b/templates/ihasmail.xml index 39f04b1..6bab3c8 100644 --- a/templates/ihasmail.xml +++ b/templates/ihasmail.xml @@ -2,18 +2,18 @@ ihasmail registry.coffeylabs.org/coffey-labs/ihasmail:latest - https://git.coffeylabs.org/coffey-labs/ihasmail/container_registry + https://git.coffeylabs.org/coffey-labs/-/packages/container/ihasmail bridge sh false - https://git.coffeylabs.org/coffey-labs/ihasmail/-/work_items + https://git.coffeylabs.org/coffey-labs/ihasmail/issues https://git.coffeylabs.org/coffey-labs/ihasmail - https://git.coffeylabs.org/coffey-labs/ihasmail/-/raw/main/README.md + https://git.coffeylabs.org/coffey-labs/ihasmail/raw/branch/main/README.md Immutable webmail for Stalwart Mail Server. Mail, calendars, contacts, files and filters in one responsive app that works as well on a phone as on a desktop, talking only JMAP to a Stalwart you already run. There is no database, no IMAP or SMTP configuration and nothing to migrate between versions: everything durable stays in Stalwart, and the container is disposable. The root filesystem runs read-only; the only optional write is a session file, kept so that nobody is signed out when the container restarts. Try it first at https://demo.ihasmail.com and read the docs at https://docs.ihasmail.org. Productivity: Network:Web Network:Messenger http://[IP]:[PORT:8080] - https://git.coffeylabs.org/coffey-labs/unraid-templates/-/raw/main/templates/ihasmail.xml - https://git.coffeylabs.org/coffey-labs/unraid-templates/-/raw/main/templates/ihasmail.png + https://git.coffeylabs.org/coffey-labs/unraid-templates/raw/branch/main/templates/ihasmail.xml + https://git.coffeylabs.org/coffey-labs/unraid-templates/raw/branch/main/templates/ihasmail.png --read-only --tmpfs /tmp --user 99:100 webmail email mail stalwart jmap calendar contacts immutable A Stalwart Mail Server 0.16 or newer that this container can reach over the network. ihasmail is a mail client, not a mail server: it holds no mail, no accounts and no database of its own. Put it behind a reverse proxy with HTTPS before exposing it beyond your LAN.