This is a custom APK repository for OpenWrt. It hosts the matrixbot and luci-app-matrixbot packages.
Source code: github.com/underhax/matrix-bot-openwrt
Execute these commands sequentially on your active OpenWrt router:
wget -O /etc/apk/keys/underhax-owrt.rsa.pub https://underhax.github.io/matrix-bot-openwrt/underhax-owrt.rsa.pub
echo 'https://underhax.github.io/matrix-bot-openwrt/packages/packages.adb' >> /etc/apk/repositories.d/customfeeds.list
apk update && apk add matrixbot luci-app-matrixbot
Direct links: Public Key, Releases
Run these commands sequentially in your Image Builder root directory:
wget -O keys/underhax-owrt.rsa.pub https://underhax.github.io/matrix-bot-openwrt/underhax-owrt.rsa.pub
sed -i '/underhax.github.io\/matrix-bot-openwrt/d' repositories
echo 'https://underhax.github.io/matrix-bot-openwrt/packages/packages.adb' >> repositories