mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Merge branch '12.0.0' of https://github.com/YunoHost-Apps/piwigo_ynh into 12.0.0
This commit is contained in:
commit
c2d5095f4d
2 changed files with 110 additions and 67 deletions
54
README.md
54
README.md
|
@ -1,31 +1,32 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Piwigo for YunoHost
|
# Piwigo for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/piwigo)  
|
[](https://dash.yunohost.org/appci/app/piwigo)  
|
||||||
[](https://install-app.yunohost.org/?app=piwigo)
|
[](https://install-app.yunohost.org/?app=piwigo)
|
||||||
|
|
||||||
> *This package allow you to install Piwigo quickly and simply on a YunoHost server.
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
||||||
|
> *This package allows you to install Piwigo quickly and simply on a YunoHost server.
|
||||||
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 11.5.0~ynh1
|
**Shipped version:** 11.5.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Demo
|
## Disclaimers / important information
|
||||||
|
|
||||||
* [Official demo](http://piwigo.org/demo/)
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://piwigo.org/doc/doku.php
|
|
||||||
* YunoHost documentation: https://yunohost.org/#/app_piwigo
|
|
||||||
|
|
||||||
## YunoHost specific features
|
## YunoHost specific features
|
||||||
|
|
||||||
|
@ -37,27 +38,14 @@ In addition to Piwigo core features, the following are made available with this
|
||||||
* allow other users management, and guest mode
|
* allow other users management, and guest mode
|
||||||
* Allow one YunoHost user to be the administrator (set at the installation)
|
* Allow one YunoHost user to be the administrator (set at the installation)
|
||||||
|
|
||||||
#### Supported architectures
|
## Documentation and resources
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/piwigo/)
|
* YunoHost documentation for this app: https://yunohost.org/app_piwigo
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/piwigo/)
|
* Report a bug: https://github.com/YunoHost-Apps/piwigo_ynh/issues
|
||||||
|
|
||||||
## Limitations
|
## Developer info
|
||||||
|
|
||||||
## Additionnal informations
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing).
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/piwigo_ynh/issues
|
|
||||||
* Piwigo website: http://piwigo.org/
|
|
||||||
* Piwigo repository: https://github.com/Piwigo/Piwigo
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developers infos
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -65,3 +53,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testi
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug
|
sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
53
README_fr.md
Normal file
53
README_fr.md
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
# Piwigo pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/piwigo)  
|
||||||
|
[](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 :** 11.5.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
* 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
|
Loading…
Add table
Reference in a new issue