diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-09-25 23:56:09 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-09-25 23:56:09 +0200 |
| commit | f8a617e5ce0b8999e18fe9812a9540a28a8a4e5a (patch) | |
| tree | 641e61e52d5ec6f3c0bc927497bd5364f901c47a | |
| parent | c35fd32d1a3c9bdf91e2091b05741978606a3900 (diff) | |
| download | whiterabbit-f8a617e5ce0b8999e18fe9812a9540a28a8a4e5a.tar.gz whiterabbit-f8a617e5ce0b8999e18fe9812a9540a28a8a4e5a.zip | |
Update the pkgbuild
Signed-off-by: Filip Wandzio <contact@philw.dev>
| -rw-r--r-- | PKGBUILD | 2 | ||||
| -rw-r--r-- | README | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -3,7 +3,7 @@ pkgver=1.0.0 | |||
| 3 | pkgrel=1 | 3 | pkgrel=1 |
| 4 | pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt" | 4 | pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt" |
| 5 | arch=('x86_64') | 5 | arch=('x86_64') |
| 6 | url="https://example.com/whiterabbit" | 6 | url="https://git.philw.dev/whiterabbit.git/" |
| 7 | license=('MIT') | 7 | license=('MIT') |
| 8 | depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash') | 8 | depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash') |
| 9 | source=("whiterabbit.sh") | 9 | source=("whiterabbit.sh") |
| @@ -1 +1 @@ | |||
| Simple shell script allowing sysadmins to easily spawn mutiple matrix dendrite monolith instances. | One CLI tool to manage them all. | ||
