benisai / netify-sqlite

GNU General Public License v3.0
1 stars 0 forks source link

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

<img width="1465" alt="Screenshot 2024-04-24 at 7 19 22 PM" src=https://github.com/benisai/netify-sqlite/assets/59147467/559efad4-5157-4dd6-9527-642a5369ce4f">

image