diff --git a/README.md b/README.md index 4556694..d2ac790 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.10.0~ynh1 +**Shipped version:** 4.11.0~ynh1 **Demo:** https://lycheeorg.github.io/demo/ diff --git a/README_fr.md b/README_fr.md index 1fad6a8..26cb101 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.10.0~ynh1 +**Version incluse :** 4.11.0~ynh1 **Démo :** https://lycheeorg.github.io/demo/ diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 9dacb8a..1f6b70e 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1,4 +1,4 @@ ; Additional php.ini defines, specific to this pool of workers. -php_admin_value[upload_max_filesize] = 512M -php_admin_value[post_max_size] = 512M +php_admin_value[upload_max_filesize] = 1G +php_admin_value[post_max_size] = 1G diff --git a/conf/nginx.conf b/conf/nginx.conf index 5570236..eb0645b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location ^~ __PATH__/ { index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - client_max_body_size 512M; + client_max_body_size 1G; try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; diff --git a/manifest.toml b/manifest.toml index 7e09446..c53a2ac 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.10.0~ynh1" +version = "4.11.0~ynh1" maintainers = ["eric_G"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v4.10.0.tar.gz" - sha256 = "ec1769f6d086e03dfcb146e84af97bc8ae389cad179009d67243a63e6ae92a10" + url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v4.11.0.tar.gz" + sha256 = "201928cfb149a162af3de454328aa239dbbb38b9fbd46c053ead8fc4c6635de9" autoupdate.strategy = "latest_github_tag" [resources.system_user]