mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
56 lines
No EOL
2.3 KiB
Markdown
56 lines
No EOL
2.3 KiB
Markdown
# Piwigo pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg)
|
||
[![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)*
|
||
*[Lire ce readme en français.](./README_fr.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.
|
||
|
||
|
||
**Version incluse :** 12.2.0~ynh1
|
||
|
||
**Démo :** https://piwigo.org/demo
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/screenshot_Piwigo.jpg)
|
||
|
||
## 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
|
||
|
||
* 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
|
||
|
||
## 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.
|
||
```
|
||
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
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |