Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload folder larger than 10Go #577

Open
laguill opened this issue Jun 3, 2023 · 2 comments
Open

Upload folder larger than 10Go #577

laguill opened this issue Jun 3, 2023 · 2 comments

Comments

@laguill
Copy link

laguill commented Jun 3, 2023

Describe the bug

A clear and concise description of what the bug is.
I can't change the max fill size sync limit
Where is it possible to change it ? Is it in the php.ini file ?

Context

  • Hardware: Old pc with intel i3 and 8Go of Ram, 125Go ssd and /home on 2To Hdd
  • YunoHost version: 11.1.20
  • I have access to my server: Through SSH | Webadmin
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
@lapineige
Copy link
Member

It might be a setting to change for php and nginx too.
I don't know where they should be adjusted (does the config panels allows that ?).

@zamentur
Copy link
Contributor

zamentur commented Feb 6, 2025

In theory, you should be able to do

yunohost app setting set --key=php_upload_max_filesize --value=10G
yunohost app upgrade nextcloud --force

But it seems this settings is override at each upgrade

ynh_app_setting_set_default --key=php_upload_max_filesize --value=10G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants