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

33 Commits

Author SHA1 Message Date
Felix Bartels
e3d7e01583
Add Kopano Meet and depending instrastructure to meet
Makefile adjustments
reorder Makefile
adds image for kwmserver
adds image for meet
add Meet to compose
clean up proxy configuration
move kcconf.py into the base image
2019-02-19 12:57:57 +01:00
Felix Bartels
32fe88e5d8 make ldap port configurable
fix startup for grapi

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-28 21:37:57 +01:00
Felix Bartels
a630007059
add version tagging to the web and konnect image (#78) 2019-01-11 08:06:21 +01:00
Christian Günther
e59d26986b use crypt hashes to store passwords via self-service 2019-01-10 20:50:09 +01:00
Christian Günther
e40dec737c use fixed version of self-service-password 2019-01-10 20:50:09 +01:00
Christian Günther
13acbc56f4 use fixed self-service --> has to be replaced with static release later on 2019-01-10 20:50:09 +01:00
Christian Günther
8ee8e4b4c1 make password-reset stateless 2019-01-10 20:50:09 +01:00
Christian Günther
153e89f4c4 fix self-service binddn access config; use fixed container version for ssp 2019-01-10 20:50:09 +01:00
Christian Günther
134aa99bb8 add preconfigured password self service as additional folder-based web service 2019-01-10 20:50:09 +01:00
Felix Bartels
789762cb34
WIP: Kopano Konnect und Rest API (#72)
* add a new image for konnect
* add konnect to compose file
* adapt gencerts for konnect certs
* integrate gencerts into start.sh and adapt if to only skip individual parts
* add container for kapi
* use same config for webapp and z-push as https://stash.kopano.io/projects/KGOL/repos/kweb/browse/config/legacy.go
* use example compose file in make test target
* make compose file configurable through an env variable
* remove legacy links in compose
* write certificates first to a tempfile
* remove unnecessary paths
* add option to run kapi insecure for testing
* configure openid for kopano-server
* add local playground to test functionality of konnect and kapi
* print errors and logs to stdout in web
* add extrahosts to kopano_server
* adapt extrahosts for ip command on ubuntu 18.04
* add documentation

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-09 21:57:04 +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
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