diff --git a/README.md b/README.md index 55c7b8ac8fc1d791b180b3352ef6974357ad39da..c021cdfa726ea47218edbb56f79ec46e1b0db249 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ Your credentials for postfix admin (https://mail.yourdomain.com) are: user/pass - `mail.$DOMAIN`: Administrate email and create accounts ([postfixadmin](http://postfixadmin.sourceforge.net/)) when not using the "self service" `welcome.$DOMAIN` - this requires you to set a intermediate password during account creation. - Post installation, please navigate to https://$DOMAIN/settings/admin/overview to check if there are any configuration warnings related to your installation - Please note that we have not used http2 protocol in nginx because of nextcloud's notably [slow performance](https://github.com/nextcloud/server/issues/25297) with http2 +- The default app is set to `ecloud-dashboard`. Steps to go back to the nextcloud dashboard are: + - `docker-compose exec -T --user www-data nextcloud php /var/www/html/occ app:enable dashboard` + - `docker-compose exec -T --user www-data nextcloud php /var/www/html/occ config:system:set defaultapp --value='dashboard'` ## Privacy