Network setup - Kaleidocs/kaleidocs GitHub Wiki

Kaleidocs can be run over LAN. A static ip address is needed. In Windows

netsh interface ip set address "Local Area Connection" static 192.168.1.222 255.255.255.0 192.168.1.1 1
netsh interface ip set dns "Local Area Connection" static 8.8.8.8
netsh interface ip add dns "Local Area Connection" 8.8.4.4 index=2

You may want to add a host alias to system's host file to 192.168.1.222 for more convenient.