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
26## midr
27- **url**: https://git.sr.ht/~gabrielgio/midr
28- **version**: 0.1.1
29- **reason**: Own project
30
31## genpass
32- **link**: https://git.sr.ht/~gabrielgio/genpass
33- **version**: 0.1.0
34- **reason**: Own project
35
36## reddit-nextcloud-importer
37- **link**: https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer
38- **version**: 0.1.2
39- **reason**: Own project
40
41## nextcloud-api-wrapper
42- **link**: https://github.com/luffah/nextcloud-API
43- **version**: 0.2.3
44- **reason**: Reddit reddit-nextcloud-importer dependency
45- **releases**: https://pypi.org/project/nextcloud-api-wrapper/#history
46
47## gallery-dl
48- **link**: https://github.com/mikf/gallery-dl
49- **version**: 1.23.3
50- **reason**: Remove edge repository and reddit-nextcloud-importer dependency
51- **releases**: https://github.com/mikf/gallery-dl/releases
52- **source**: https://git.alpinelinux.org/aports/tree/testing/gallery-dl?h=master
53
54## jsonpickle
55- **link**: https://jsonpickle.github.io/
56- **version**: 2.2.0
57- **reason**: Remove edge repository and reddit-nextcloud-importer dependency
58- **releases**: https://github.com/jsonpickle/jsonpickle/tags
59- **source**: https://git.alpinelinux.org/aports/tree/testing/py3-jsonpickle?h=master