1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-20 14:26:18 +00:00

21 Commits

Author SHA1 Message Date
Christian Günther
c678bf45d6 rename networks for consistency
readme fixup
2019-01-03 07:53:24 +01:00
Christian Günther
0d8bf9b46d split kopano networking into kopanonet and ldap-net 2019-01-02 20:00:11 +01:00
Christian Günther
29f72f0f69 use statically named ldap-net to be able to connect external services more easily 2019-01-02 19:58:43 +01:00
Christian Günther
0be4ae2d25 fix ldap admin does not reach the ldap service 2019-01-02 19:57:44 +01:00
Felix Bartels
a52a4b9eaa add hint about dns to compose example
https://github.com/zokradonh/kopano-docker/issues/52

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-30 18:05:07 +01:00
Felix Bartels
a0e045ff38 implement building and tagging through jenkins
* improve runtime by moving some variable assignments into the individual tag targets
* add expect script to run setup.sh in travis
* change language in travis
* add secrets for kopano docker account
2018-12-30 18:05:07 +01:00
Felix Bartels
9d5c159db8
Merge pull request #61 from nupplaphil/search_volume
Adding search index to data container
2018-12-21 07:44:22 +01:00
Philipp
58f88fde38 Adding search index to data container 2018-12-20 21:38:24 +01:00
Felix Bartels
5175bd5f85 fix socket to dagent
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-18 11:58:54 +01:00
Felix Bartels
485298bb76 add quick-test to makefile
fix socker for ical and gateway
enable non-ssl gateway and remove ssl options from docker-compose
ssl for gateway could be implemented as part of https://github.com/zokradonh/kopano-docker/issues/16

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-18 11:09:07 +01:00
Felix Bartels
3eefea73b1
Merge pull request #49 from nupplaphil/smime
Adding additional repositories to WebApp setup
2018-12-14 21:15:50 +01:00
Felix Bartels
db7603e764 fix versioning of z-push
add z-push version to setup.sh
remove leftover caddyfile

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-14 20:54:25 +01:00
Philipp Holzer
a7e23ee53b
Adding MDM / FILE / Spell support during setup.sh 2018-12-13 20:25:06 +01:00
Felix Bartels
7948612803
rework current front facing proxy (#40)
* replace previous caddy construct with kopano kweb
* add kweb to makefile
* greatly simplifies setup, if user wants to tweak config of kweb he could do so in git and make a local build. Fixes #22 
* ping kweb version
* update readme
* remove build argument from docker-compose for web and ldap-demo
* fix certificate handling in kweb. fixes #38
2018-12-01 04:36:11 +01:00
Felix Bartels
19d3d8a831 update example compose file with new names for containers 2018-11-29 20:19:02 +01:00
Felix Bartels
6a0635a232 switch back to using volumes instead of mounted paths
fixes #35

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-29 19:42:36 +01:00
Felix Bartels
111b9f2129 also update ldap in example compose file
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-29 08:09:02 +01:00
Felix Bartels
861ae56925
Have a dedicate container for z-push (#19)
* remove z-push from webapp image

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* remove z-push from webapp start script

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* add container for z-push

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* adapt version.sh for z-push

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* ci: committing changes for zpush

* tune version.sh for z-push
adapt makefile

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* add z-push to setup script and docker-compose

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-11 15:00:53 +01:00
Felix Bartels
ea400ce405 set sync_gab_realtime by default to no
mentioned in #15

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-10 15:30:16 +01:00
Felix Bartels
4728072dd5 make docker-compose easier to use (also by introducing variables and a setup script)
update Dockerfiles/Makefile for use with kopano supported build
introduce a local ldap image with some demo users
include caddy for reverse proxying
add proper documentation and remove obsolete build and push scripts

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-09 19:23:04 +01:00
Felix Bartels
a3b39014bf add makefile
add example docker-compose (for easy copy and paste)
refactor common multi stage image to base image for core and webapp
add docker version tagging
add a version to the base image as well

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-14 23:35:26 +02:00