Skip to content
forked from foswvs/foswvs

free and open source wifi vendo software

License

Notifications You must be signed in to change notification settings

rjjrbatarao/foswvs

 
 

Repository files navigation

free and open-source wifi vendo software

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.

installation instructions

STEP 1:

  • download from https://www.raspberrypi.org/software/operating-systems/
  • flash Raspberry Pi OS Lite on your SDCard; and
  • in /boot directory add empty file named ssh
  • connect to ssh pi@raspberrypi using the password raspberry - don't forget to change the default password of your device.

STEP 2:

  • sudo apt-get update --allow-releaseinfo-change
  • sudo apt install -y nginx php-fpm php-sqlite3 isc-dhcp-server bind9 git
  • visudo then add www-data ALL=NOPASSWD: /usr/sbin/iptables
  • sudo usermod -aG gpio www-data
  • git clone https://github.com/foswvs/foswvs.git /home/pi/foswvs
  • rm /home/pi/foswvs/conf/password.sha256
  • sudo chown -R www-data:www-data /home/pi/foswvs
  • sudo cp /home/pi/foswvs/foswvs.service /lib/systemd/system/foswvs.service
  • sudo systemctl enable foswvs.service
  • sudo reboot

About

free and open source wifi vendo software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.7%
  • PHP 32.6%
  • Shell 8.0%
  • JavaScript 4.1%
  • CSS 1.6%