2023-01-06 10:02:41 +01:00
<!--
2024-03-29 22:13:59 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2023-01-06 10:02:41 +01:00
-->
2021-10-13 14:27:46 +02:00
# Wifi Hotspot pour YunoHost
2023-02-26 19:05:13 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/hotspot.svg )](https://dash.yunohost.org/appci/app/hotspot) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/hotspot.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/hotspot.maintain.svg )
2021-10-13 14:27:46 +02:00
[![Installer Wifi Hotspot avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=hotspot)
2024-03-29 22:13:59 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-10-13 14:27:46 +02:00
2024-03-29 22:13:59 +01:00
> *Ce package vous permet d’ installer Wifi Hotspot rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-10-13 14:27:46 +02:00
2023-02-26 19:05:13 +01:00
## Vue d’ ensemble
2021-10-13 14:27:46 +02:00
* Diffusez un point d'accès Wi-Fi depuis votre serveur auto-hébergé
* À combiner avec l'[app VPN Client](https://github.com/labriqueinternet/vpnclient_ynh) pour obtenir un accès internet aumatiquement protégé par votre VPN
2024-03-29 22:13:59 +01:00
2024-03-29 22:30:21 +01:00
**Version incluse :** 2.3.1~ynh1
2021-10-13 14:27:46 +02:00
2023-02-26 19:05:13 +01:00
## Captures d’ écran
2021-10-13 14:27:46 +02:00
2023-02-26 19:05:13 +01:00
![Capture d’ écran de Wifi Hotspot ](./doc/screenshots/hotspot.png )
2021-10-13 14:27:46 +02:00
## Documentations et ressources
2024-03-29 22:13:59 +01:00
- Site officiel de l’ app : < https: // internetcu . be />
- YunoHost Store : < https: // apps . yunohost . org / app / hotspot >
- Signaler un bug : < https: // github . com / YunoHost-Apps / hotspot_ynh / issues >
2021-10-13 14:27:46 +02:00
## Informations pour les développeurs
2024-03-29 22:13:59 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/hotspot_ynh/tree/testing ).
2021-10-13 14:27:46 +02:00
2024-03-29 22:13:59 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2023-01-06 10:02:41 +01:00
2024-03-19 18:12:53 +01:00
```bash
2021-10-13 14:27:46 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/hotspot_ynh/tree/testing --debug
ou
sudo yunohost app upgrade hotspot -u https://github.com/YunoHost-Apps/hotspot_ynh/tree/testing --debug
```
2024-03-29 22:13:59 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >