preview https://foswvs.github.io/preview/ backend http://10.0.0.1/a/
This software may run on any distros, but i recommend using rpi device and flashing Raspberry Pi OS Lite.
Note: Use php version 7 above.
STEP 1:
- download from https://www.raspberrypi.org/software/operating-systems/
- flash
Raspberry Pi OS Liteon your SDCard; and - in /boot directory add empty file named
ssh - connect to
ssh pi@raspberrypiusing the passwordraspberry- don't forget to change the default password of your device.
STEP 2:
sudo apt install -y nginx php-fpm php-sqlite3 isc-dhcp-server bind9 gitvisudothen addwww-data ALL=NOPASSWD: /usr/sbin/iptablessudo usermod -aG gpio www-datagit clone https://github.com/foswvs/foswvs.git /home/pi/foswvsrm /home/pi/foswvs/conf/password.sha256sudo chown -R www-data:www-data /home/pi/foswvssudo cp /home/pi/foswvs/foswvs.service /lib/systemd/system/foswvs.servicesudo systemctl enable foswvs.servicesudo reboot