Yunohost Hotspot app https://github.com/labriqueinternet/hotspot_ynh

Julien VAUBOURG adc0d4d3b2 Fix unsecured ssid il y a 10 ans
conf adc0d4d3b2 Fix unsecured ssid il y a 10 ans
docs f61bcb410f Add service status on the web admin il y a 10 ans
scripts ab39322ebd beta multissid il y a 10 ans
sources a9caf6d085 change repo in layout il y a 10 ans
LICENSE 1518065597 Add LICENSE il y a 10 ans
README.md 5ff2647035 Update README il y a 10 ans
TODO ab39322ebd beta multissid il y a 10 ans
manifest.json 2a195bc33b * Add "Install non-free firmwares" option il y a 10 ans
manifest.json.options 2a195bc33b * Add "Install non-free firmwares" option il y a 10 ans
screenshot.png 2a195bc33b * Add "Install non-free firmwares" option il y a 10 ans

README.md

Wifi Hotspot

Overview

Warning: work in progress

Hotspot wifi app for YunoHost.

  • Broadcast your own Wifi internet access in addition to your self-hosted web services.
  • Without internet access, it's a PirateBox.
  • With the VPN Client app for YunoHost, it's an encrypted Wifi internet access (eventually with neutral access, without filters, and with IPv6, depending on your VPN provider).

This YunoHost app is a part of the "La Brique Internet" project but can be used independently.

Features

  • WPA2 encryption
  • 802.11n compliant
  • IPv6 compliant (with a delegated prefix)
  • Announce DNS resolvers (IPv6 with RDNSS/DHCPv6 and IPv4 with DHCPv4)
  • Automatic clients configuration (IPv6 with SLAAC/DHCPv6 and IPv4 with DHCPv4)
  • Set an IPv6 from your delegated prefix (prefix::42) on the server, to use for the AAAA records
  • Web interface (screenshot)

Prerequisites

This app works with a non-stable version of YunoHost.

Until this version is available (coming soon!) as an official stable release, you need to execute some commands before installing this app:

# service bind9 stop
# update-rc.d bind9 remove
# apt-get install dnsmasq