diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index 13b8600..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -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) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md deleted file mode 100644 index 3d44fa1..0000000 --- a/doc/DISCLAIMER_fr.md +++ /dev/null @@ -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). diff --git a/manifest.toml b/manifest.toml index ab9c972..0326135 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,8 @@ code = "https://github.com/Piwigo/Piwigo" yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap =false -sso =false +ldap = true +sso = true disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/install b/scripts/install index cc75e9d..b3d1723 100644 --- a/scripts/install +++ b/scripts/install @@ -70,9 +70,6 @@ chown -R $app:www-data "$data_dir" #================================================= 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 if [ "$language" = "fr" ]; then applanguage="fr_FR"