From 7d2c2d2322200deb15df7c5c6b1042fdb2cba631 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:07:15 -0700 Subject: [PATCH] Point links at git.coffeylabs.org after the move from GitHub GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo, release, raw-file and clone links now go to Gitea at git.coffeylabs.org, container images to registry.coffeylabs.org, and GitLab-style /-/blob paths to Gitea's /src/branch form. Go module paths are identifiers and stay as they are; links to GitHub issues and pull requests are left as history. --- SECURITY.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 6d7e6c1..81f028e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -35,8 +35,8 @@ to Stalwart Labs with credit to you, and you'll be told that has happened. This repository is the mail server. The web front ends have their own: -- [inbuxa-admin](https://github.com/inbuxa/inbuxa-admin) -- [ihasmail-inbuxa](https://github.com/inbuxa/ihasmail-inbuxa) +- [inbuxa-admin](https://git.coffeylabs.org/inbuxa/inbuxa-admin) +- [ihasmail-inbuxa](https://git.coffeylabs.org/inbuxa/ihasmail-inbuxa) Upstream's own security documents are kept in `.github-upstream/` for reference. They describe Stalwart Labs' process, not this project's. diff --git a/install.sh b/install.sh index d57a165..2158891 100644 --- a/install.sh +++ b/install.sh @@ -21,6 +21,6 @@ echo >&2 echo "A server started with no configuration comes up in bootstrap mode;" >&2 echo "INBUXA Admin's setup wizard completes first boot over JMAP." >&2 echo >&2 -echo "Releases: https://github.com/inbuxa/inbuxa-server/releases" >&2 +echo "Releases: https://git.coffeylabs.org/inbuxa/inbuxa-server/releases" >&2 echo "Docs: https://docs.inbuxa.org/install/fresh/" >&2 exit 1