1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/README_fr.md

47 lines
2 KiB
Markdown
Raw Normal View History

2023-01-06 10:02:41 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-10-13 14:27:46 +02:00
# Wifi Hotspot pour YunoHost
2023-01-06 10:02:41 +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)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Wifi Hotspot rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
* 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
2021-11-14 18:55:27 +01:00
**Version incluse :** 2.0~ynh3
2021-10-13 14:27:46 +02:00
## Captures d'écran
2023-01-06 10:02:41 +01:00
![Capture d'écran de Wifi Hotspot](./doc/screenshots/hotspot.png)
2021-10-13 14:27:46 +02:00
## Documentations et ressources
2023-01-06 10:02:41 +01:00
* Site officiel de l'app : <https://internetcu.be/>
* Documentation YunoHost pour cette app : <https://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
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/hotspot_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2023-01-06 10:02:41 +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
```
2023-01-06 10:02:41 +01:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>