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

49 lines
2.3 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)
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 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
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-03-07 07:07:43 +01:00
**Version incluse :** 1.5.2~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>