diff --git a/README.md b/README.md index cd2ff0d..e81faa6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**Shipped version:** 4.8.0~ynh1 +**Shipped version:** 4.8.0~ynh2 **Demo:** https://lycheeorg.github.io/demo/ diff --git a/README_fr.md b/README_fr.md index c3f65b8..c318df7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**Version incluse :** 4.8.0~ynh1 +**Version incluse :** 4.8.0~ynh2 **Démo :** https://lycheeorg.github.io/demo/ diff --git a/manifest.toml b/manifest.toml index 2147ad2..42194b9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lychee" description.en = "Photo-management-system to manage and share photos" description.fr = "Système de gestion de photos pour gérer et partager des photos" -version = "4.8.0~ynh1" +version = "4.8.0~ynh2" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://lycheeorg.github.io/docs/" code = "https://github.com/LycheeOrg/Lychee" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index cc26796..913aeb2 100755 --- a/scripts/install +++ b/scripts/install @@ -39,6 +39,7 @@ chmod 750 "$install_dir/bootstrap/cache" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" chown -R $app: "$install_dir/public/sym/" +chmod -R 755 $data_dir #================================================= # PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 9749585..4169774 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -55,6 +55,7 @@ fi chmod 750 "$install_dir/bootstrap/cache" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" +chmod -R 755 $data_dir #================================================= # PHP-FPM CONFIGURATION