mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
1cac04c39b
* Upgrade to version 13.0.0 (#94) * Upgrade to v13.0.0 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 13.1.0 (#93) * Auto-update README * PHP8 * Auto-update README * 13.1.0 * Auto-update README Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Fix linter (#96) * Auto-update README * PHP8 * Auto-update README * 13.1.0 * Auto-update README * fix linter Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade to version 13.4.0 (#101) * Upgrade to v13.4.0 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Add LDAP dependency (#103) * Upgrade to version 13.5.0 (#106) * Upgrade to v13.5.0 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * PHP fpm (#105) * Auto-update README * [autopatch] Upgrade auto-updater (#108) Co-authored-by: tituspijean <titus@pijean.ovh> * Upgrade to version 13.6.0 (#109) * Upgrade to v13.6.0 * Auto-update README * upgrade * Auto-update README * Update ldap_plugin.src * Update _common.sh --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: tituspijean <titus@pijean.ovh>
62 lines
2.4 KiB
Markdown
62 lines
2.4 KiB
Markdown
<!--
|
|
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
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Working status](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg)
|
|
|
|
[![Install Piwigo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *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
|
|
|
|
[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:** 13.8.0~ynh1
|
|
|
|
**Demo:** https://piwigo.org/demo
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot of Piwigo](./doc/screenshots/screenshot_Piwigo.jpg)
|
|
|
|
## Disclaimers / important information
|
|
|
|
## 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)
|
|
|
|
## Documentation and resources
|
|
|
|
* Official app website: <http://piwigo.org>
|
|
* Official admin documentation: <https://piwigo.org/guides>
|
|
* Upstream app code repository: <https://github.com/Piwigo/Piwigo>
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_piwigo>
|
|
* Report a bug: <https://github.com/YunoHost-Apps/piwigo_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send 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.
|
|
|
|
``` bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug
|
|
or
|
|
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>
|