django-fritzconnection_ynh/README_fr.md

60 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

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 dinté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-03-28 22:18:52 +01:00
> *Ce package vous permet dinstaller django-fritzconnection rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-04-02 20:41:54 +02:00
2023-01-24 13:11:35 +01:00
## Vue densemble
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.
2022-04-02 20:41:54 +02:00
2022-04-08 18:15:31 +02:00
The basic idea is to block/unblock Internet access to a group of devices as easily as possible.
2022-04-02 20:41:54 +02:00
[![pytest](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/pytest.yml) [![YunoHost apps package linter](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/package_linter.yml/badge.svg)](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/package_linter.yml) [![Coverage Status on codecov.io](https://codecov.io/gh/YunoHost-Apps/django-fritzconnection_ynh/branch/master/graph/badge.svg)](https://codecov.io/gh/YunoHost-Apps/django-fritzconnection_ynh)
2022-04-07 08:12:25 +02:00
![django-fritzconnection @ PyPi](https://img.shields.io/pypi/v/django-fritzconnection?label=django-fritzconnection%20%40%20PyPi)
![Python Versions](https://img.shields.io/pypi/pyversions/django-fritzconnection)
![License GPL V3+](https://img.shields.io/pypi/l/django-fritzconnection)
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-03-28 22:18:52 +01:00
**Version incluse:** 0.2.0~ynh3
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-03-28 22:18:52 +01:00
- Dépôt de code officiel de lapp: <https://github.com/jedie/django-fritzconnection>
- 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 dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>