apkbuilds @ e4390dd34e24ee97145bc3e9f717430db9745da3

 1# apkbuilds
 2
 3This is me just me playing with alpine repos. Also I'll be deploying my futures
 4toy project into alpine machines, so this will come handy.
 5
 6Who needs docker anyways ;)
 7
 8# Setup
 9
10If for whatever reason you want to add this repo:
11
12```shell
13echo "https://artifacts.gabrielgio.me/repo/" >> /etc/apk/repositories
14```
15
16Then trust me:
17
18```shell
19curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub \
20    -o  /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub
21```
22
23# Apks
24
25- [midr](https://git.sr.ht/~gabrielgio/midr)
26- [genpass](https://git.sr.ht/~gabrielgio/genpass)