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 d’ inté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 )
2023-02-18 14:56:53 +01:00
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 d’ installer phpIPAM rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2021-07-06 10:57:28 +02:00
2023-02-04 12:38:02 +01:00
## Vue d’ ensemble
2021-07-06 10:57:28 +02:00
2023-05-22 18:01:01 +02:00
phpIPAM is an open-source web IP address management application. Its goal is to provide light and simple IP address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly.
2021-07-06 10:57:28 +02:00
2023-05-23 20:16:26 +02:00
**Version incluse :** 1.19.8~ynh2
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 l’ app : < https: // phpipam . net >
* Documentation officielle de l’ admin : < https: // phpipam . net / documents />
* Dépôt de code officiel de l’ app : < 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 d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >