1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/README_fr.md

64 lines
2.6 KiB
Markdown
Raw Normal View History

2023-03-05 19:58:12 +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-06 00:20:05 +02:00
# Zerotier UI pour YunoHost
2023-03-05 19:58:12 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/ztncui.svg)](https://dash.yunohost.org/appci/app/ztncui) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ztncui.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ztncui.maintain.svg)
2021-10-06 00:20:05 +02:00
[![Installer Zerotier UI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ztncui)
*[Read this readme in english.](./README.md)*
2023-03-05 19:58:12 +01:00
> *Ce package vous permet dinstaller Zerotier UI rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-10-06 00:20:05 +02:00
2023-03-05 19:58:12 +01:00
## Vue densemble
2021-10-06 00:20:05 +02:00
2021-10-06 23:37:13 +02:00
ztncui is a web user interface for a standalone ZeroTier network controller.
It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.
2021-10-06 00:20:05 +02:00
2022-01-15 16:54:18 +01:00
**Version incluse :** 20220103~ynh4
2021-10-06 00:20:05 +02:00
2023-03-05 19:58:12 +01:00
## Captures décran
2021-10-06 00:20:05 +02:00
2023-03-05 19:58:12 +01:00
![Capture décran de Zerotier UI](./doc/screenshots/screenshot.jpg)
2021-10-06 23:37:13 +02:00
## Avertissements / informations importantes
### Dependency
* [ZeroTier for YunoHost](https://github.com/YunoHost-Apps/zerotier_ynh) has to be installed beforehand.
### Multi-users support
* LDAP and HTTP auth are not supported.
* Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.
2023-03-05 19:58:12 +01:00
## :red_circle: Fonctions indésirables
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
2021-10-06 00:20:05 +02:00
## Documentations et ressources
2023-03-05 19:58:12 +01:00
* Site officiel de lapp : <https://key-networks.com/ztncui/>
* Dépôt de code officiel de lapp : <https://github.com/key-networks/ztncui>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ztncui>
* Signaler un bug : <https://github.com/YunoHost-Apps/ztncui_ynh/issues>
2021-10-06 00:20:05 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2023-03-05 19:58:12 +01:00
``` bash
2021-10-06 00:20:05 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
ou
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
```
2023-03-05 19:58:12 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>