-
Notifications
You must be signed in to change notification settings - Fork 170
Setup help :) #15
Comments
Hi, thanks for your interest. |
Okay. got it to work! how can i resolve this issue ? |
There's no bash in the container, instead you can use |
Okay updated and got 10gb in Webui. |
is it the reverse proxy thats causing this issue? |
I think so, please increase |
@Wonderfall, just a quick note: Increasing the client_max_body_size to 10G might not be a good idea. This opens a possible vector for a ddos attack. A better solution would be to default to 513MB (or 1GB) and add an env variable to this container. I can make a PR if you wish |
Hi @reldeiS, I was talking about the reverse proxy. Since we're using the latter, I don't really see why that would be a security concern with the container. |
Sorry misunderstanding. You increased the If someone really needs a higher value you could set an ENV like |
I meant that somehow, Your solution is easy to make. I just wonder if it's worth it and not redundant. |
Sure if everyone is using a sane proxy config, the proxy should handle it. But in my limited experience its best to keep potentially "dangerous" settings to default for the average user. E.g. someone might use a different proxy and may rely on owncloud/nextcloud default settings. Or uploading gigabytes of data to a raspberry with encryption enabled would slow it down noticeably. But as you said, an environment setting with a default value is not hard to implement and gives users an easy way to fit nextcloud better to their needs. In the end its your call 😊 |
another issue now. |
@reldeiS : Okay. I'm gonna do this. @Gutz-Pilz : Where did you get this one? |
on my mac owncloud client. |
Please send a paste of the following files :
I'll try to reproduce using OS X and a nextcloud client (replace the owncloud one with the latter just in case). |
u mean proxy-params ?
nextcloud.conf in sites-enabled
snippet of owncloud.log |
Couldn't reproduce it. Is is resolved? |
Hi,
i'd really love to use this docker. But i am not used to properly link docker containers. And not familiar with reverse proxy stuff
Can u help me :) ? This is my compose.yml
The text was updated successfully, but these errors were encountered: