z-push container
configure
Edit config files in config
folder.
The combined config files allows to run several backend at the same time, imap, carddav, caldav, kopano, etc.
You can also just run one backend, in z-push.conf.php
just enable the appropriate backend:
define('BACKEND_PROVIDER', 'BackendCombined');
or
define('BACKEND_PROVIDER', 'BackendCardDAV');
Files were changed, especially combined.conf.php
, get the original files if needed from z-push site for example if you need to enable IMAP which was removed from this test.
run container
In a simple Linux machine run using the rebuild.sh
script.
Or use OpenShift to run the container, based on the Dockerfile
connect to nextcloud
Run nextcloud instand in another container:
docker run -d -p 80:80 nextcloud
Then as admin (ncadmin/nextcloud
) enable the contacts and calendar components via apps
feature.