apkbuilds @ 2b55acb49ce0bc33bb32dc22fa721442bf8fe2b5

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