1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs: Add references to the Alpine package

Thanks to raspbeguy (https://github.com/raspbeguy) for creating and
maintaining the Alpine package.
This commit is contained in:
Alberto Bertogli
2025-01-19 18:18:52 +00:00
parent deb2a2f22b
commit 2f17f570b3
2 changed files with 16 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ It's written in [Go](https://golang.org), and distributed under the
relay, or clear-text authentication). relay, or clear-text authentication).
* [Monitoring] HTTP server, with exported variables and tracing to help * [Monitoring] HTTP server, with exported variables and tracing to help
debugging. debugging.
* Integrated with [Debian], [Ubuntu], and [Arch]. * Integrated with [Debian], [Ubuntu], [Arch], and [Alpine].
* Supports using [Dovecot] for authentication. * Supports using [Dovecot] for authentication.
* Useful * Useful
* Multiple/virtual domains, with per-domain users and aliases. * 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 [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 [DKIM]: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
[Debian]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu [Debian]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu
[Dovecot]: https://blitiri.com.ar/p/chasquid/dovecot/ [Dovecot]: https://blitiri.com.ar/p/chasquid/dovecot/

View File

@@ -30,6 +30,20 @@ pacaur -S chasquid
courtesy of [foxcpp](https://github.com/foxcpp/). 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 ### From source
To get, build and install from source, you will need a working To get, build and install from source, you will need a working