Giter Club home page Giter Club logo

rpi-wifi-in-a-box's Introduction

rpi-wifi-in-a-box

TUI for setting up Rasperry PI 3 WiFi settings via web browser

BASED ON SHELLINABOX

https://github.com/shellinabox/shellinabox

Tested on 2019-09-26-raspbian-buster-lite.img

Step by step guide:

# sudo su
# apt-get install shellinabox apache2
# nano /etc/default/shellinabox

SHELLINABOX_ARGS="--no-beep --disable-ssl --localhost-only --service /:0:0:/root/webmin/:/root/webmin/webmin.sh"

# systemctl restart shellinabox.service
# nano /etc/apache2/sites-enabled/000-default.conf

<VirtualHost *:80>
...
   <Location /wifi>
   ProxyPass http://localhost:4200/
   Order allow,deny
   Allow from all
   </Location>
...
</VirtualHost>


# a2enmod proxy_http
# apachectl restart
# cd
# mkdir webmin
# cd webmin
# wget https://raw.githubusercontent.com/Telefonorosso/rpi-wifi-in-a-box/master/webmin.sh
# wget https://raw.githubusercontent.com/Telefonorosso/rpi-wifi-in-a-box/master/en.locale.sh
# chmod +x webmin.sh

DONE!

Navigate to: http://[address_of_your_pi]/wifi

Please note:

WiFi regulatory domain is hardcoded to "IT" (Italy).

https://github.com/Telefonorosso/rpi-wifi-in-a-box/blob/25c6cb0fab993433769ee085e9fdd20bff099e24/webmin.sh#L23

Change it to suit your needs.

rpi-wifi-in-a-box's People

Contributors

telefonorosso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.