1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-12 02:16:12 +00:00

149 Commits

Author SHA1 Message Date
Felix Bartels
d2b6952f8f
add a minimal build environment (#71)
* add a minimal build environment for systems where tools like make are not easily available
2019-01-08 21:16:45 +01:00
Felix Bartels
f5ee74f58a
Merge pull request #73 from fbartels/ldap-optimize
further ldap tuning
2019-01-08 20:37:42 +01:00
Felix Bartels
45d81d77bb further ldap tuning
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-08 17:02:55 +01:00
Felix Bartels
a696ca5091
Update README.md 2019-01-04 17:07:00 +01:00
Felix Bartels
b5f058a2e7 reduce ldap logging to default level
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-04 14:55:53 +01:00
Felix Bartels
703995e431 forward ports to kopano_server for easy local testing
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-04 13:43:02 +01:00
Felix Bartels
0a96798431
Merge pull request #69 from cguentherTUChemnitz/ldap-user-management-readme-hint
link kopano documentation for open-ldap user management
2019-01-03 13:29:49 +01:00
Christian Günther
b6e9bdc32b link kopano documentation for open-ldap user management 2019-01-03 12:57:56 +01:00
Felix Bartels
4313de2f24 make smaller styling changes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-03 12:54:40 +01:00
Felix Bartels
897faadc7d
Merge pull request #68 from cguentherTUChemnitz/pid_removal_on_startup
fix startup of core-image containers after unclean shutdown
2019-01-03 12:51:00 +01:00
Felix Bartels
87c814d491 add todo for fixstates
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-03 08:40:40 +01:00
Felix Bartels
a9ef309cb0 Merge branch 'cguentherTUChemnitz-master' 2019-01-03 07:54:32 +01:00
Christian Günther
c678bf45d6 rename networks for consistency
readme fixup
2019-01-03 07:53:24 +01:00
Christian Günther
87bc7765ef fix startup of coreimage containers after unclean shutdown 2019-01-03 00:33:27 +01:00
Christian Günther
5b679b08b6 add readme hint to access ldap admin 2019-01-02 20:17:52 +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
zokradonh
037900a9a6
Added travis build badge 2019-01-02 09:51:12 +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
cfd3ce09b6 remove pushing of git tags
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-30 18:05:07 +01:00
Felix Bartels
c38da0ee3e move docker_repo into the ifndef as well
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-30 18:05:07 +01:00
Felix Bartels
3c822ad08f try to fix password sourcing for travis
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
c5536c1059 ignore my wip docker-compose files
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-26 09:47:05 +01:00
Felix Bartels
30548b8181 fix review commit
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-24 12:26:05 +01:00
Felix Bartels
aec3286818 comment non functional deploy for now
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 17:59:11 +01:00
Felix Bartels
e5785428c3 add specific tasks to travis for master branch
repair nightly webapp builds

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 17:53:24 +01:00
Felix Bartels
4771dc823c fix build with supported webapp
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 17:10:20 +01:00
Felix Bartels
91c8562d1a fix version tagging
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 16:14:04 +01:00
Felix Bartels
bdef62508e adapt makefile for utils image
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 16:14:04 +01:00
Felix Bartels
531184a598 add readme for kopano_utils
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 16:14:04 +01:00
Felix Bartels
51f11fb749 add dedicated docker container for some utils
fixes https://github.com/zokradonh/kopano-docker/issues/57

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-22 16:14:04 +01:00
Felix Bartels
a83b0471d3
Add simple ci through travis (#62)
add travis.yml
2018-12-22 12:13:32 +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
63e4acca3a
Fix LDAP_QUERY_FILTER_DOMAIN
Fixes #56
2018-12-16 19:56:37 +01:00
Felix Bartels
78d4c60f6e add additional webapp plugins to makefile
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-14 22:52:29 +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
Felix Bartels
d211cc224a typo
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-14 16:27:14 +01:00
Felix Bartels
bda4021ade
Merge pull request #51 from nupplaphil/add_editorconfig
Add editorconfig
2018-12-14 07:41:22 +01:00
Philipp Holzer
3021b7a6bb
Forgot last newline 2018-12-13 23:12:16 +01:00
Philipp Holzer
3552d9e03e
Add editorconfig 2018-12-13 23:09:32 +01:00
Philipp Holzer
93bf2e23b3
Fixing intents & sort alphabetical 2018-12-13 20:26:28 +01:00
Philipp Holzer
13fc397c16
Fixing intents & sort alphabetical 2018-12-13 20:26:13 +01:00
Philipp Holzer
c0fc59594f
Adding WhatsApp4DeskApp support 2018-12-13 20:25:35 +01:00
Philipp Holzer
a7e23ee53b
Adding MDM / FILE / Spell support during setup.sh 2018-12-13 20:25:06 +01:00