Flet'H package repository
Packages
| Package | Version | Formats | Role | Alias / compatibility | Note |
|---|---|---|---|---|---|
luci-app-fleth | 1.0-1 | ipk, apk | Flet'H compatibility package | luci-proto-fleth | Compatibility package for routers that already installed luci-app-fleth. |
luci-app-wolh | 0.3 | ipk, apk | Wake-on-LAN helper | - | |
luci-proto-fleth | 1.1 | ipk, apk | Primary Flet'H package | luci-app-fleth | Use luci-app-fleth when upgrading an existing old installation. |
openwrt-fleth-keyring | 1-1 | ipk, apk | - |
apk / APK
wget -O /etc/apk/keys/fleth.pem https://dl.fleth.link/fleth.pem echo 'https://dl.fleth.link/apk/all/packages.adb' >> /etc/apk/repositories.d/customfeeds.list apk update apk add luci-proto-fleth
opkg / IPK
opkg uses 064499bbef2b4ee5 to verify Packages.sig.
mkdir -p /etc/opkg/keys wget -O /etc/opkg/keys/064499bbef2b4ee5 https://dl.fleth.link/opkg/all/064499bbef2b4ee5 echo 'src/gz fleth https://dl.fleth.link/opkg/all' >> /etc/opkg/customfeeds.conf opkg update opkg install luci-proto-fleth
Upgrade from luci-app-fleth
If the router already has the old luci-app-fleth package installed, install the compatibility package with the old package name first.
apk / APK
wget -O /etc/apk/keys/fleth.pem https://dl.fleth.link/fleth.pem echo 'https://dl.fleth.link/apk/all/packages.adb' >> /etc/apk/repositories.d/customfeeds.list apk update apk add luci-app-fleth
opkg / IPK
mkdir -p /etc/opkg/keys wget -O /etc/opkg/keys/064499bbef2b4ee5 https://dl.fleth.link/opkg/all/064499bbef2b4ee5 echo 'src/gz fleth https://dl.fleth.link/opkg/all' >> /etc/opkg/customfeeds.conf opkg update opkg install luci-app-fleth
APK public key
- Name
- Flet'H APK signing key
- File
- fleth.pem
- SHA256
de2e6b39218ccded3f7a0cce68f21228ddbe622694d3dd0854fb379fa7f8add0- Signature key id
5b64abe80cbd12342b6e3805e65fe4c230460221008661001dd14c0d080c53a9f9d09421a6b4785b9a0f5a667ca0762e4d7e77a15a02
-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUZunUpubvN4zrJQKO/nXFNmsz+uo H4U8b2Pzdm1cAf0ty2fXEV5KUtOi21NtThS/X80A3ha0bhvwmmtwUNwkYQ== -----END PUBLIC KEY-----
See manifest.json for current package files.