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

28 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
0fc1c3bef5 add question about the local ip to setup.sh
could partly resolve https://github.com/zokradonh/kopano-docker/issues/88

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-02-18 21:01:47 +01:00
Christian Günther
996a65c786 document 'off' configuration in setup.sh 2019-01-28 22:13:24 +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
eafcbc982b get list of docker tags (when jq is available)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-01-27 20:51:38 +01:00
Christian Günther
c5bb45bb3d use password reset requirements to provide some more secure passwords 2019-01-10 20:50:09 +01:00
Christian Günther
3f69629278 set self-service password default values 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
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
63e4acca3a
Fix LDAP_QUERY_FILTER_DOMAIN
Fixes #56
2018-12-16 19:56:37 +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
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
Felix Bartels
faeaf75183 smaller cleanups
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-12-11 07:59:03 +01:00
Philipp Holzer
1d556156e9
Improving setup.sh
- Bugfixing $LDAP_BIND_DN
- Removing ADMIN-PWs for DB/LDAP in case of alternative server
- Warning message in case of not using the bundled DB/LDAP
2018-12-10 20:28:51 +01:00
Philipp Holzer
89450d8b34
Auto setup for bundled environment 2018-12-10 20:28:50 +01:00
Philipp Holzer
779af26b80
Adding timezone guess 2018-12-10 20:28:50 +01:00
Philipp Holzer
036a83f9a8
fix intent 2018-12-10 20:28:50 +01:00
Philipp Holzer
c062ff5c1f
Restore LDAP_BASE_DN question (in case it differs from the FQDN) 2018-12-10 20:28:49 +01:00
Philipp Holzer
05dc3cd62b
Simplifying setup.sh 2018-12-10 20:28:49 +01:00
Felix Bartels
017d2a1c54
typo 2018-12-09 16:06:17 +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
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
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