WIP: fix: ensure large uploads work #84
Draft
p4u1
wants to merge 1 commits from
upload-limit into main
pull from: upload-limit
merge into: coop-cloud:main
coop-cloud:main
coop-cloud:renovate/docker.elastic.co-elasticsearch-elasticsearch-8.x
coop-cloud:renovate/nextcloud-34.x
coop-cloud:renovate/nextcloud-32.x
coop-cloud:renovate/docker.elastic.co-elasticsearch-elasticsearch-9.x
coop-cloud:renovate/nginx-1.x
coop-cloud:renovate/pgautoupgrade-pgautoupgrade-18.x
coop-cloud:renovate/mariadb-12.x
coop-cloud:feature/imaginary
coop-cloud:renovate/mariadb-11.x
coop-cloud:kc_stable
coop-cloud:nextcloud-v28
coop-cloud:add-theming-v28.0.5
coop-cloud:add-theming
coop-cloud:update-nginx-conf
coop-cloud:split-bbb-onlyoffice-compos
coop-cloud:split-onlyoffice-bbb-config
coop-cloud:authentik_sso
coop-cloud:healthchecks
coop-cloud:occ_cmds
coop-cloud:auto_app_install
coop-cloud:embed_nextcloud_in_iframe
coop-cloud:auto_configure_sso
coop-cloud:add-postgres-db
No Reviewers
No Label
Milestone
No items
No Milestone
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (decentral1se)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/nextcloud#84
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "upload-limit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@p4u1 is this ready for testing? we're having this same issue
we tested it anyway! this is what we observe, taking into account we're reverse-proxying coopcloud's traefik with an nginx server (with really high client body size and timeout limits):
PHP_UPLOAD_LIMIT=20G@fauno for me this worked for a 4gb upload. But I also needed the traefik fix coop-cloud/traefik#107
I don't really have time right now to bring both PRS over the finish line so feel free to continue
i'm reading traefik's docs and apparently the maxRequestBodyBytes option is already 0 by default, but memRequestBodyBytes is set at 1MB, should we increase this?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.