2024-03-31 11:37:19 +02:00

28 lines
361 B
Bash

# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-server
pkgver=1
pkgrel=4
pkgdesc="Server packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
# Email
'dovecot'
'opendkim'
'postfix'
# Git
'gitea'
# Monitoring
'grafana'
'prometheus'
'prometheus-node-exporter'
# Security
'fail2ban'
# Web
'caddy'
)