mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
cleaning
This commit is contained in:
parent
0bb9a97afc
commit
5f8ee628d9
3 changed files with 10 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
; Additional php.ini defines, specific to this pool of workers.
|
||||
|
||||
php_admin_value[upload_max_filesize] = 50M
|
||||
php_admin_value[post_max_size] = 50M
|
||||
php_admin_value[upload_max_filesize] = 256M
|
||||
php_admin_value[post_max_size] = 256M
|
||||
|
|
|
@ -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 50M;
|
||||
client_max_body_size 256M;
|
||||
|
||||
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Bludit"
|
|||
description.en = "Simple, Fast, Secure, Flat-File CMS"
|
||||
description.fr = "CMS simple, rapide, sécurisé et à fichier plat"
|
||||
|
||||
version = "3.15.0~ynh1"
|
||||
version = "3.15.0~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/"
|
|||
code = "https://github.com/bludit/bludit"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -55,6 +55,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "php8.2-gd php8.2-mbstring php8.2-dom"
|
||||
packages = "php8.2-gd, php8.2-mbstring, php8.2-dom"
|
||||
|
|
Loading…
Reference in a new issue