From 2f17f570b31c5913412e91a5a665f1a729dc9be7 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 19 Jan 2025 18:18:52 +0000 Subject: [PATCH] docs: Add references to the Alpine package Thanks to raspbeguy (https://github.com/raspbeguy) for creating and maintaining the Alpine package. --- README.md | 3 ++- docs/install.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f51fc2..34e3cc0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It's written in [Go](https://golang.org), and distributed under the relay, or clear-text authentication). * [Monitoring] HTTP server, with exported variables and tracing to help debugging. - * Integrated with [Debian], [Ubuntu], and [Arch]. + * Integrated with [Debian], [Ubuntu], [Arch], and [Alpine]. * Supports using [Dovecot] for authentication. * Useful * Multiple/virtual domains, with per-domain users and aliases. @@ -40,6 +40,7 @@ It's written in [Go](https://golang.org), and distributed under the [Arch]: https://blitiri.com.ar/p/chasquid/install/#arch +[Alpine]: https://blitiri.com.ar/p/chasquid/install/#alpine [DKIM]: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail [Debian]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu [Dovecot]: https://blitiri.com.ar/p/chasquid/dovecot/ diff --git a/docs/install.md b/docs/install.md index a242029..abc5f1d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -30,6 +30,20 @@ pacaur -S chasquid courtesy of [foxcpp](https://github.com/foxcpp/). +### Alpine + +If you're using +[Alpine](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/chasquid) +(testing repo), chasquid can be installed by running: + +```shell +apk add chasquid +``` + +Thanks to [raspbeguy](https://github.com/raspbeguy) for maintaining the Alpine +package. + + ### From source To get, build and install from source, you will need a working