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.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# ihasmail-oneshot
|
||||
|
||||
[](https://github.com/Coffey-Labs/ihasmail-oneshot/releases/latest)
|
||||
[](https://git.coffeylabs.org/coffey-labs/ihasmail-oneshot/releases/latest)
|
||||
[](LICENSE)
|
||||
[](https://docs.ihasmail.org/install/oneshot/)
|
||||
|
||||
**One command that turns a Linux Docker host into a working mail server with
|
||||
webmail.** It deploys a fresh [Stalwart](https://stalw.art) mail server and a
|
||||
fresh [ihasmail](https://github.com/Coffey-Labs/ihasmail) webmail, links them
|
||||
fresh [ihasmail](https://git.coffeylabs.org/coffey-labs/ihasmail) webmail, links them
|
||||
together, gets them certificates, and hands you the administrator password and
|
||||
the DNS records to publish.
|
||||
|
||||
@@ -50,8 +50,8 @@ The full list is in [docs/reference.md](docs/reference.md#requirements).
|
||||
|
||||
```bash
|
||||
ARCH=amd64 # or arm64
|
||||
curl -fsSLO https://github.com/Coffey-Labs/ihasmail-oneshot/releases/latest/download/ihasmail-oneshot-linux-$ARCH.tar.gz
|
||||
curl -fsSLO https://github.com/Coffey-Labs/ihasmail-oneshot/releases/latest/download/SHA256SUMS
|
||||
curl -fsSLO https://git.coffeylabs.org/coffey-labs/ihasmail-oneshot/releases/download/latest/ihasmail-oneshot-linux-$ARCH.tar.gz
|
||||
curl -fsSLO https://git.coffeylabs.org/coffey-labs/ihasmail-oneshot/releases/download/latest/SHA256SUMS
|
||||
sha256sum --ignore-missing -c SHA256SUMS
|
||||
tar -xzf ihasmail-oneshot-linux-$ARCH.tar.gz
|
||||
sudo install -m 0755 ihasmail-oneshot /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user