mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
59 lines
3.3 KiB
Markdown
59 lines
3.3 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# django-fritzconnection pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/django-fritzconnection)  
|
||
|
||
[](https://install-app.yunohost.org/?app=django-fritzconnection)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *Ce package vous permet d’installer django-fritzconnection 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.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Web based FritzBox management using Python/Django and the great [fritzconnection](https://github.com/kbr/fritzconnection) library.
|
||
|
||
The basic idea is to block/unblock Internet access to a group of devices as easily as possible.
|
||
|
||
|
||
[](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/pytest.yml) [](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/actions/workflows/package_linter.yml) [](https://codecov.io/gh/YunoHost-Apps/django-fritzconnection_ynh)
|
||
|
||

|
||

|
||

|
||
|
||
Pull requests welcome ;)
|
||
|
||
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
|
||
|
||
|
||
**Version incluse :** 0.2.0~ynh3
|
||
|
||
## Captures d’écran
|
||
|
||

|
||
|
||
## Documentations et ressources
|
||
|
||
- Dépôt de code officiel de l’app : <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>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/django-fritzconnection_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
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
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|