1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/README_fr.md

62 lines
2.5 KiB
Markdown
Raw Normal View History

2022-06-24 05:33:21 +02: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-11-06 20:19:41 +01:00
# Piwigo pour YunoHost
2022-06-24 05:33:21 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg)
2021-11-06 20:19:41 +01:00
[![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Piwigo 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.*
## Vue d'ensemble
[Piwigo](http://piwigo.org) is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable.
2022-06-24 05:33:16 +02:00
**Version incluse :** 12.2.0~ynh1
2021-11-06 20:19:41 +01:00
**Démo :** https://piwigo.org/demo
## Captures d'écran
2022-06-24 05:33:21 +02:00
![Capture d'écran de Piwigo](./doc/screenshots/screenshot_Piwigo.jpg)
2021-11-06 20:19:41 +01:00
## Avertissements / informations importantes
## YunoHost specific features
In addition to Piwigo core features, the following are made available with this package:
* Integrate with YunoHost users and SSO:
* private mode: limit access to YunoHost users
* public mode:
* SSO for YunoHost users
* allow other users management, and guest mode
* Allow one YunoHost user to be the administrator (set at the installation)
## Documentations et ressources
2022-06-24 05:33:21 +02:00
* Site officiel de l'app : <http://piwigo.org>
* Documentation officielle de l'admin : <https://piwigo.org/guides>
* Dépôt de code officiel de l'app : <https://github.com/Piwigo/Piwigo>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_piwigo>
* Signaler un bug : <https://github.com/YunoHost-Apps/piwigo_ynh/issues>
2021-11-06 20:19:41 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-24 05:33:21 +02:00
``` bash
2021-11-06 20:19:41 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug
ou
sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug
```
2022-06-24 05:33:21 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>