Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bei NextCloud kann ich als Gast nur 1 GB hochladen

Featured Replies

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

  • blinddark changed the title to Bei NextCloud kann ich als Gast nur 1 GB hochladen
  • Community Expert

Das kann am Webserver von Nextcloud liegen oder an NPM. Schritt 1 wäre den Proxy zu umgehen und direkt über die lokale IP auf die Nextcloud gehen und da einen Upload starten. 

 

 

  • Author

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;
}

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.