apkbuilds @ 1f3d49e8a3c5479a19c68c5dedf852b463b54301

 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/v3.16/ " >> /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)
27- [reddit-nextcloud-importer](https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer)
28- [gallery-dl](https://github.com/mikf/gallery-dl)
29- [jsonpickle](https://jsonpickle.github.io/)
30- [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API)