Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
content:serverbasics:docker-nextcloud_aio [2025/04/12 18:28] – [Caddy Service] Daniel | content:serverbasics:docker-nextcloud_aio [2025/04/14 11:54] (aktuell) – [Dockers Yaml] Daniel | ||
---|---|---|---|
Zeile 106: | Zeile 106: | ||
In your Docker- Compose- Drirectory, create a new Directory called '' | In your Docker- Compose- Drirectory, create a new Directory called '' | ||
+ | |||
+ | Adjustements: | ||
+ | |||
+ | * For long Fileuploads, | ||
+ | * Also maybe NEXTCLOUD_UPLOAD_LIMIT=12G and | ||
+ | * maybe NEXTCLOUD_MEMORY_LIMIT=2048M | ||
+ | |||
===== AIO Webinterface ===== | ===== AIO Webinterface ===== | ||
Zeile 136: | Zeile 143: | ||
| | ||
#Large fileuploads | #Large fileuploads | ||
- | max_body_size | + | request_body { |
+ | | ||
+ | } | ||
# | # | ||
#For install Domaincheck needed: | #For install Domaincheck needed: | ||
Zeile 149: | Zeile 158: | ||
After you have setup the Configuration in Nextcloud, when installing and starting the Services, comment out that line and uncomment the apache- line. Than restart Caddy - you won't need that line again. | After you have setup the Configuration in Nextcloud, when installing and starting the Services, comment out that line and uncomment the apache- line. Than restart Caddy - you won't need that line again. | ||
- | |||
===== Final Nextcloud- Setup ===== | ===== Final Nextcloud- Setup ===== | ||
Zeile 188: | Zeile 196: | ||
Remember, that you now need to go to | Remember, that you now need to go to | ||
- | '' | + | '' |
to logon to nextcloud with the local admin. | to logon to nextcloud with the local admin. | ||