Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-12-13 16:16:48 +03:00
parent c82b6a23a1
commit 507a418c6c
2 changed files with 15 additions and 0 deletions

14
nextcloud/README.md Normal file
View File

@ -0,0 +1,14 @@
## Post install steps:
- Open Administration settings -> Office -- this will initialize the office;
To check see if the /Templates directory is populated.
- Update Nextcoud to the latest version via Administration settings, this
can take more than one run
- Apply the recommended occ commands, usually:
- `turnkey-occ maintenance:repair --include-expansive`
- `turnkey-occ db:add-missing-indices`

View File

@ -229,6 +229,7 @@ echo "# Traefik config..."
traefikPushConfig
showNotes
echo "# NOTE: nextcloud may take a few minutes to load and initialize all components."
echo "# Done."