Skip to content

darkjeff99/docker-zpush-zimbra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActiveSync for Zimbra with Z-push

Get started

It's very simple, first, get it :

docker pull darkjeff/zpush-zimbra

And run it :

docker run -d \
	-p 80:80 \
	-e ZIMBRA_URL=yourzimbraurl.tld \
	-e ZPUSH_URL=yourpublicurlforsyn.tld \
	--name zpush
	docker pull darkjeff/zpush-zimbra

Configuration

You can tune the configuration with environment variable:

Parameter Description
ZPUSH_URL The url (whitout https://) of your zimbra. The container have to reach this address.
ZPUSH_URL_IN_HTTP If your zimbra is not listenning in https set true.Deflaut: https
ZIMBRA_URL The public url of your sync service (whitout https://)
ZIMBRA_URL_IN_HTTP If your zimbra is not listenning in https set true. Deflaut: https
TIMEZONE [PHP timezone] (http://php.net/manual/en/timezones.php). Deflaut: 'Europe/London'

About

Docker with z-push and zimbra backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published