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/02/08 14:32] – 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 128: | Zeile 135: | ||
===== Caddy Service ===== | ===== Caddy Service ===== | ||
- | Now you need to add the Nextcloud- Service to you Caddyfile ( https:// | + | Now you need to add the Nextcloud- Service to you Caddyfile ( [[https:// |
Add those lines First: | Add those lines First: | ||
Zeile 135: | Zeile 142: | ||
https:// | https:// | ||
| | ||
+ | #Large fileuploads | ||
+ | | ||
+ | | ||
+ | } | ||
# | # | ||
#For install Domaincheck needed: | #For install Domaincheck needed: | ||
Zeile 156: | Zeile 167: | ||
Enjoy your fully flagged Nextcloud. | Enjoy your fully flagged Nextcloud. | ||
- | The next step wpuld now be to integrate Nextcloud with your IPA- Domain. | + | The next step would now be to integrate Nextcloud with your IPA- Domain. |
+ | |||
+ | ===== Enable SSO to Logon with FreeIPA/ | ||
+ | |||
+ | Before proceeding, you should have integrated you Client to the domain as written in [[.:docker-freeipa|]] | ||
+ | |||
+ | Than, check, that Authentik- Kerberos is working | ||
+ | |||
+ | If this is working, check this docs to integrate Nextcloud with Authentik/ | ||
+ | |||
+ | **Attention**: | ||
+ | |||
+ | * In Authentik / Provider Nextcloud: under Advance Protocol Settings: Subject mode = Based on user's username | ||
+ | * And in ODIC- Settings of Nextcloud, use " | ||
+ | * Turn off "Use unique Userids" | ||
+ | |||
+ | All other Settungs either made Admins not beeing Admins in NC or had hashed- userids in Nexctcloud, which make it complicated to get acces to NC with your PCs UserID. | ||
+ | |||
+ | ==== Disable User Logon-Screen ==== | ||
+ | |||
+ | After you can logon with authentik, disable the user-input screen by opening container shell of '' | ||
+ | < | ||
+ | |||
+ | containerid:/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Remember, that you now need to go to | ||
+ | |||
+ | '' | ||
+ | |||
+ | to logon to nextcloud with the local admin. | ||