diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 700c37c..9dacb8a 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] = 50M -php_admin_value[post_max_size] = 50M +php_admin_value[upload_max_filesize] = 512M +php_admin_value[post_max_size] = 512M diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..06e08f9 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1 @@ -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -### Features - -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, pdf, and file downloading and uploading. Also have a web UI with multi user management, media gallery and search support. diff --git a/manifest.toml b/manifest.toml index cc530a0..b3988d1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,6 +13,7 @@ maintainers = ["eric_G"] license = "AGPL-3.0" admindoc = "https://xbackbone.app/" code = "https://github.com/SergiX44/XBackBone" +fund = "https://xbackbone.app/sponsor.html" [integration] yunohost = ">= 11.2"