📦 matrix-bot-openwrt

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

Running System

Execute these commands sequentially on your active OpenWrt router:

1. Download and install the public key:
wget -O /etc/apk/keys/underhax-owrt.rsa.pub https://underhax.github.io/matrix-bot-openwrt/underhax-owrt.rsa.pub
2. Add the repository to custom feeds:
echo 'https://underhax.github.io/matrix-bot-openwrt/packages/packages.adb' >> /etc/apk/repositories.d/customfeeds.list
3. Update the package index and install:
apk update && apk add matrixbot luci-app-matrixbot

Direct links: Public Key, Releases

Image Builder

Run these commands sequentially in your Image Builder root directory:

1. Download the public key:
wget -O keys/underhax-owrt.rsa.pub https://underhax.github.io/matrix-bot-openwrt/underhax-owrt.rsa.pub
2. Remove existing entry to avoid duplicates:
sed -i '/underhax.github.io\/matrix-bot-openwrt/d' repositories
3. Add the repository:
echo 'https://underhax.github.io/matrix-bot-openwrt/packages/packages.adb' >> repositories