Jump to content

Bei NextCloud kann ich als Gast nur 1 GB hochladen


blinddark

Recommended Posts

Hallo,

 

vielleicht hatte ja schon einmal jemand das Problem und einen Lösungsansatz? NextCloud läuft als Docker-Container und Uploads sind bis zu 100 GB zugelassen. Als registrierter Nutzer kann ich auch Dateien mit 5 GB und mehr laden. 100 GB habe ich noch nicht versucht. ;-)

Sowohl die Config der Cloud als auch vom Nginx-Proxy-Manager passen also scheinbar.

 

Erstelle ich nun einen Link mit einer Dateianforderung (Nur Upload) kann der Gast maximal 1 GB hochladen. Alle anderen Dateien landen nicht in dem betreffenden Ordner.

 

Gibt es hierzu eventuell Einstellungsmöglichkeiten oder muss ich noch etwas in dem Config-File von Nextcloud eintragen?

 

Vielen Dank im Voraus.

Edited by blinddark
Link to comment
  • blinddark changed the title to Bei NextCloud kann ich als Gast nur 1 GB hochladen

Es scheint am Nginx-Proxy-Manager zu liegen.

 

Folgendes habe ich für den Cloud-Host unter Advanced stehen:

    proxy_set_header Host $host;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_max_temp_file_size 0;
    client_max_body_size 0;

 

location /.well-known/carddav {
    return 301 $scheme://$host/remote.php/dav;
}

location /.well-known/caldav {
    return 301 $scheme://$host/remote.php/dav;
}

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...