Wireless hotspot with OTP captive portal
2.3K
Run a captive portal on your raspberry (or any linux box) to allow your guests to register before accessing your Wifi at home. Users will be requested for an OTP code that you can generate on your phone through the Google Authenticator/Authy app. Get rid of captive portal's static username and password, without the need for a complex radius server.
OTPspot (since version 2.0) is fully compatible with nodogsplash and can run as a FAS service. In this configuration, nodogsplash will take care of the networking whereas OTPspot will just authenticate the users.
Project Home Page: https://github.com/user2684/otpspot
config and map it into /config inside the containerdocker run --rm -ti -v $(pwd)/config:/config user2684/otpspot. Since no Google Authenticator configuration file will be found, a new one will be createddocker run -p 8000:8000 -v $(pwd)/config:/config user2684/otpspot; this time Google Authenticator configuration file will be found and OTPspot will be startedconfig.py file inside the /config directory to override any configuration setting (e.g. for the localisation of the captive portal)Content type
Image
Digest
Size
113.2 MB
Last updated
over 7 years ago
docker pull user2684/otpspot