From 2893ee6149ff03d2e9d864bf934d8a5dbd6da19a Mon Sep 17 00:00:00 2001 From: keoma Date: Sat, 23 Feb 2019 20:12:40 +0100 Subject: [PATCH 1/5] bump version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fefa3d2..97b6b4c 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Hotspot Wifi" }, "url": "https://github.com/labriqueinternet/hotspot_ynh", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0", "maintainer": { "name": "Julien Vaubourg", From 961ecfac21d7c0793629fff18f9440254fcea74c Mon Sep 17 00:00:00 2001 From: keoma Date: Sun, 24 Feb 2019 21:15:33 +0100 Subject: [PATCH 2/5] update readme --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4630fef..cab4897 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Wifi Hotspot [![Build Status](https://travis-ci.org/labriqueinternet/hotspot_ynh.svg?branch=master)](https://travis-ci.org/labriqueinternet/hotspot_ynh) +# Wi-Fi Hotspot [![Build Status](https://travis-ci.org/labriqueinternet/hotspot_ynh.svg?branch=master)](https://travis-ci.org/labriqueinternet/hotspot_ynh) [![Integration level](https://dash.yunohost.org/integration/hotspot.svg)](https://dash.yunohost.org/appci/app/hotspot) [![Install LaBriqueInterNet Hotspot with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hotspot) ## Overview -Hotspot wifi app for [YunoHost](http://yunohost.org/). +Hotspot Wi-Fi app for [YunoHost](http://yunohost.org/). -* Broadcast your own Wifi internet access in addition to your self-hosted web services. +* Broadcast your own Wi-Fi internet access in addition to your self-hosted web services. * Without internet access, it's a [PirateBox](https://en.wikipedia.org/wiki/PirateBox). -* With the [VPN Client app for YunoHost](https://github.com/labriqueinternet/vpnclient_ynh), it's an encrypted Wifi internet access (eventually with [neutral access](https://en.wikipedia.org/wiki/Net_neutrality), without filters, and with IPv6, depending on your VPN provider). +* With the [VPN Client app for YunoHost](https://github.com/labriqueinternet/vpnclient_ynh), it's an encrypted Wi-Fi internet access (eventually with [neutral access](https://en.wikipedia.org/wiki/Net_neutrality), without filters, and with IPv6, depending on your VPN provider). This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently. @@ -20,11 +20,14 @@ This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.ne * 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](https://raw.githubusercontent.com/labriqueinternet/hotspot_ynh/master/screenshot.png)) + +## Screeshot + +![Screenshot of the web interface](https://raw.githubusercontent.com/labriqueinternet/hotspot_ynh/master/screenshot.png) ## Friendly apps -Some other YunoHost apps have this Hotspot wifi app as prerequisite, in order to offer a service through a wifi access point. +Some other YunoHost apps have this Hotspot Wi-Fi app as prerequisite, in order to offer a service through a Wi-Fi access point. With a multissid wireless card (most can do that), you can create multiple access points. @@ -44,7 +47,6 @@ In this manner, with this example, you can provide 3 access points at the same t ## Prerequisites -* Debian Jessie -* YunoHost >= 2.2.0 +* Debian Stretch +* YunoHost >= 3.2.0 -**[BUG REPORTS SHOULD BE OPEN HERE](https://dev.yunohost.org)** From 44796a9efce53bcdf0656a68591dbc03cd33cbe6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 28 Feb 2019 23:56:22 +0100 Subject: [PATCH 3/5] Force firmware_nonfree to no on armbian --- scripts/install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install b/scripts/install index 5510ea9..c2493d4 100644 --- a/scripts/install +++ b/scripts/install @@ -66,6 +66,14 @@ ynh_webpath_available "$domain" "$path_url" # Register (book) web path ynh_webpath_register "$app" "$domain" "$path_url" +# If we're on armbian, force $firmware_nonfree +# because armbian-firmware conflicts with the non-free packages ... +if dpkg --list | grep -q armbian-firmware; then + echo "You are running Armbian and non-free firmware are known to conflict with armbian-firwmare. " >&2 + firmware_nonfree="no" + echo "Variable firmware_non_free has been forced to 'no'" >&2 +fi + #================================================= # STORE SETTINGS FROM MANIFEST #================================================= From c032c4fa899f2cd6fdaea1566aaf0a19883b38b4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 3 Mar 2019 00:43:38 +0100 Subject: [PATCH 4/5] Consistency with VPNclient's README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab4897..8c9fad2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Install LaBriqueInterNet Hotspot with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hotspot) +This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently. + ## Overview Hotspot Wi-Fi app for [YunoHost](http://yunohost.org/). @@ -10,8 +12,6 @@ Hotspot Wi-Fi app for [YunoHost](http://yunohost.org/). * Without internet access, it's a [PirateBox](https://en.wikipedia.org/wiki/PirateBox). * With the [VPN Client app for YunoHost](https://github.com/labriqueinternet/vpnclient_ynh), it's an encrypted Wi-Fi internet access (eventually with [neutral access](https://en.wikipedia.org/wiki/Net_neutrality), without filters, and with IPv6, depending on your VPN provider). -This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently. - ## Features * WPA2 encryption From b7602853400ab41fc3cf77ff69c9075e3b576413 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 3 Mar 2019 00:44:30 +0100 Subject: [PATCH 5/5] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9fad2..d372709 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Hotspot Wi-Fi app for [YunoHost](http://yunohost.org/). * 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 -## Screeshot +## Screenshot ![Screenshot of the web interface](https://raw.githubusercontent.com/labriqueinternet/hotspot_ynh/master/screenshot.png)