2022-10-04 17:52:53 +02:00
<!--
2024-03-28 22:18:52 +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.
2022-10-04 17:52:53 +02:00
-->
2022-04-02 20:41:54 +02:00
# django-fritzconnection pour YunoHost
2024-07-15 17:47:25 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/django-fritzconnection.svg )](https://ci-apps.yunohost.org/ci/apps/django-fritzconnection/) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.maintain.svg )
2023-10-20 20:38:26 +02:00
2022-04-02 20:41:54 +02:00
[![Installer django-fritzconnection avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=django-fritzconnection)
2024-03-28 22:18:52 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-04-02 20:41:54 +02:00
2024-08-27 21:20:36 +02:00
> *Ce package vous permet d’ installer django-fritzconnection rapidement et simplement sur un serveur YunoHost.*
2024-03-28 22:18:52 +01:00
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-04-02 20:41:54 +02:00
2023-01-24 13:11:35 +01:00
## Vue d’ ensemble
2022-04-02 20:41:54 +02:00
2022-04-08 18:15:31 +02:00
Web based FritzBox management using Python/Django and the great [fritzconnection ](https://github.com/kbr/fritzconnection ) library.
2024-08-27 21:20:36 +02:00
[![tests ](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/tests.yml/badge.svg?branch=main )](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/tests.yml)
[![codecov ](https://codecov.io/github/jedie/djfritz_ynh/branch/main/graph/badge.svg )](https://app.codecov.io/github/jedie/djfritz_ynh)
[![djfritz_ynh @ PyPi ](https://img.shields.io/pypi/v/djfritz_ynh?label=djfritz_ynh%20%40%20PyPi )](https://pypi.org/project/djfritz_ynh/)
[![Python Versions ](https://img.shields.io/pypi/pyversions/djfritz_ynh )](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/blob/main/pyproject.toml)
[![License GPL-3.0-or-later ](https://img.shields.io/pypi/l/djfritz_ynh )](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/blob/main/LICENSE)
2022-04-02 20:41:54 +02:00
2022-04-07 08:12:25 +02:00
2022-04-02 20:41:54 +02:00
Pull requests welcome ;)
This package for YunoHost used [django-yunohost-integration ](https://github.com/YunoHost-Apps/django_yunohost_integration )
2024-08-27 21:20:36 +02:00
**Version incluse :** 0.3.0~ynh4
2022-04-08 18:15:31 +02:00
2023-01-24 13:11:35 +01:00
## Captures d’ écran
2022-04-08 18:15:31 +02:00
2023-01-24 13:13:59 +01:00
![Capture d’ écran de django-fritzconnection ](./doc/screenshots/screenshot.png )
2022-04-08 18:15:31 +02:00
2022-04-02 20:41:54 +02:00
## Documentations et ressources
2024-08-27 21:20:36 +02:00
- Documentation officielle utilisateur : < https: // github . com / jedie / django-fritzconnection >
- Documentation officielle de l’ admin : < https: // github . com / YunoHost-Apps / django-fritzconnection_ynh >
- Dépôt de code officiel de l’ app : < https: // github . com / YunoHost-Apps / django-fritzconnection_ynh >
2024-03-28 22:18:52 +01:00
- YunoHost Store : < https: // apps . yunohost . org / app / django-fritzconnection >
- Signaler un bug : < https: // github . com / YunoHost-Apps / django-fritzconnection_ynh / issues >
2022-04-02 20:41:54 +02:00
## Informations pour les développeurs
2024-03-28 22:18:52 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/tree/testing ).
2022-04-02 20:41:54 +02:00
2024-03-28 22:18:52 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-10-04 17:52:53 +02:00
2024-03-28 22:18:52 +01:00
```bash
2022-04-02 20:41:54 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/django-fritzconnection_ynh/tree/testing --debug
ou
sudo yunohost app upgrade django-fritzconnection -u https://github.com/YunoHost-Apps/django-fritzconnection_ynh/tree/testing --debug
```
2024-03-28 22:18:52 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >