Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.06 KB

netify-sqlite

This software is really alpha, it will have bugs.

on your router, install netify agent.

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

on your linux server:

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

Screenshot 2024-04-24 at 7 19 22 PM Screenshot 2024-04-24 at 7 19 22 PM image