Add generic APK URL source

This commit is contained in:
2026-08-08 15:18:09 +02:00
parent b074bf6aaa
commit cc368ce451
5 changed files with 533 additions and 20 deletions

View File

@@ -55,3 +55,17 @@ url = "https://f-droid.org/packages/org.mozilla.fennec_fdroid/"
# package = "app.fedilab.android"
# url = "https://codeberg.org/tom79/Fedilab"
# asset_pattern = "^Fedilab-Google-.*\\.apk$"
# --- Generic HTTPS page or directory ---
# Follow anchor links through directories, then select exactly one APK.
# intermediate_patterns are optional and applied in order to URL path components.
# [[apps]]
# name = "Firefox"
# source = "generic"
# package = "org.mozilla.firefox"
# url = "https://download.example.org/releases/"
# intermediate_patterns = ["(?:[0-9]+\\.)+[0-9]+/$", "android/$"]
# asset_pattern = "^firefox-.*\\.apk$"
# headers = { Accept = "text/html" }
# sha256 = "0000000000000000000000000000000000000000000000000000000000000000"