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

48 lines
2 KiB
Markdown
Raw Normal View History

2022-12-19 12:34:27 +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-07-06 10:57:28 +02:00
# phpIPAM pour YunoHost
2023-02-04 12:38:02 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/phpipam.svg)](https://dash.yunohost.org/appci/app/phpipam) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpipam.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpipam.maintain.svg)
2021-07-06 10:57:28 +02:00
[![Installer phpIPAM avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpipam)
*[Read this readme in english.](./README.md)*
2023-02-04 12:38:02 +01:00
> *Ce package vous permet dinstaller phpIPAM 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-07-06 10:57:28 +02:00
2023-02-04 12:38:02 +01:00
## Vue densemble
2021-07-06 10:57:28 +02:00
Application web de gestion d'adresses IP
2022-05-02 22:47:05 +02:00
**Version incluse :** 1.5.0~ynh1
2021-07-06 10:57:28 +02:00
2021-07-06 11:09:15 +02:00
**Démo :** http://demo.phpipam.net
2021-07-06 10:57:28 +02:00
2023-02-04 12:38:02 +01:00
## Captures décran
2021-07-06 11:03:03 +02:00
2023-02-04 12:38:02 +01:00
![Capture décran de phpIPAM](./doc/screenshots/dashboard.png)
2021-07-06 11:03:03 +02:00
2021-07-06 10:57:28 +02:00
## Documentations et ressources
2023-02-04 12:38:02 +01:00
* Site officiel de lapp : <https://phpipam.net>
* Documentation officielle de ladmin : <https://phpipam.net/documents/>
* Dépôt de code officiel de lapp : <https://github.com/phpipam/phpipam>
2022-12-19 12:34:27 +01:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_phpipam>
* Signaler un bug : <https://github.com/YunoHost-Apps/phpipam_ynh/issues>
2021-07-06 10:57:28 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpipam_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-12-19 12:34:27 +01:00
``` bash
2021-07-06 10:57:28 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/phpipam_ynh/tree/testing --debug
ou
sudo yunohost app upgrade phpipam -u https://github.com/YunoHost-Apps/phpipam_ynh/tree/testing --debug
```
2023-02-04 12:38:02 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>