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

Cleanup disclaimer

This commit is contained in:
Alexandre Aubin 2023-12-05 02:15:25 +01:00
parent b8bb869935
commit a7b2d5fa83
4 changed files with 2 additions and 23 deletions

View file

@ -1,9 +0,0 @@
## 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)

View file

@ -1,9 +0,0 @@
## Caractéristiques spécifiques de YunoHost
En plus des fonctionnalités de base de Piwigo, les éléments suivants sont mis à disposition avec ce paquet :
* Intégration avec les utilisateurs de YunoHost et le SSO :
* mode privé : limiter l'accès aux utilisateurs de YunoHost.
* mode public :
* SSO pour les utilisateurs de YunoHost
* autoriser la gestion d'autres utilisateurs, et mode invité
* Permet à un utilisateur de YunoHost d'être l'administrateur (défini à l'installation).

View file

@ -20,8 +20,8 @@ code = "https://github.com/Piwigo/Piwigo"
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap =false ldap = true
sso =false sso = true
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"

View file

@ -70,9 +70,6 @@ chown -R $app:www-data "$data_dir"
#================================================= #=================================================
ynh_script_progression --message="Setuping application with CURL..." --weight=5 ynh_script_progression --message="Setuping application with CURL..." --weight=5
# Reload NGINX
ynh_systemd_action --service_name=nginx --action=reload
# Generate random password for admin # Generate random password for admin
if [ "$language" = "fr" ]; then if [ "$language" = "fr" ]; then
applanguage="fr_FR" applanguage="fr_FR"