Configuration changes
All checks were successful
Build Docker Image / build (push) Successful in 26s

This commit is contained in:
2025-11-30 13:56:27 -06:00
parent 1b9c390ea2
commit 3db532de6f
3 changed files with 24 additions and 10 deletions

17
autopkg.ini Normal file
View File

@@ -0,0 +1,17 @@
; [appname]
; name = App name
; api = Git releases API link
; hash = SHA256 hash of binary
; scheme = Regex version matching scheme
[apps.bitcoinknots]
name = Bitcoin Knots
api = https://api.github.com/repos/bitcoinknots/bitcoin/releases/latest
hash =
scheme = ^v(\d+)\.(\d+)\.knots(\d{8})$
[apps.electrs]
name = electrs
api = https://api.github.com/repos/romanz/electrs/releases/latest
hash =
scheme =