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/10 11:15] – [Enable SSO to Logon with FreeIPA/Authentik] 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 135: | Zeile 142: | ||
https:// | https:// | ||
| | ||
+ | #Large fileuploads | ||
+ | | ||
+ | | ||
+ | } | ||
# | # | ||
#For install Domaincheck needed: | #For install Domaincheck needed: | ||
Zeile 173: | Zeile 184: | ||
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. | 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. | ||