diff --git a/templates/Nextcloud/0/README.md b/templates/Nextcloud/0/README.md index 61406ce..1114dd5 100644 --- a/templates/Nextcloud/0/README.md +++ b/templates/Nextcloud/0/README.md @@ -23,4 +23,8 @@ You can monitor if it is working by opening a shell terminal on your Redis conta * Explain how to manually setup Redis * Fix Cron container, does not yet properly execute yet * Better setup trusted_proxies - * [Documentation Reference](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html?highlight=reverse%20proxy) \ No newline at end of file + * [Documentation Reference](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html?highlight=reverse%20proxy) +* Create my own Nextcloud image and make the following changes: + * Add the Redis config + * Add the reverse proxy config + * Have the entrypoint automatically run the "php occ db:add-missing-indices" \ No newline at end of file