This software is really alpha, it will have bugs.
On Router, please run 'ln -s /tmp/dhcp.leases /www/dhcp.html'
opkg update
opkg install netifyd
nano /etc/netifyd.conf and update 192.168.1.1 to whatever your router IP is.
[socket]
listen_path[0] = /var/run/netifyd/netifyd.sock
listen_address[0] = 192.168.1.1
download repo
cd into repo folder
cd to ./server/files and unzip GeoLite2-City.mmdb.*gz
sudo docker build -t netify-sqlite .
sudo nano docker-compose.yml (update env vars)
sudo docker-compose up -d