Sign inSign up

zauberertz/horde

By zauberertz

Updated over 10 years ago

Horde Groupware install

Image
3

10K+

zauberertz/horde repository overview

Horde Groupware

With direct port share:

docker run -d --link mysql:mysql -v /path/to/horde/storage:/etc/horde -p 80:80 zauberertz/horde

With jwilder/nginx-proxy as example for local testing

docker run -d --link mysql:mysql -v /path/to/horde/storage:/etc/horde -e VIRTUAL_HOST=~^horde\..*\.xip\.io -e HORDE_TEST_DISABLE=false zauberertz/horde

Set HTTP_X_FORWARDED_FOR to the Romote address of the server
Set HTTP_X_FORWARDED_PROTO for HTTPS
DB default values or link a mysql
DB_HOST localhost
DB_PORT 3306
DB_NAME horde
DB_USER horde
DB_PASS horde
DB_DRIVER mysqli
Enable test.php of horde by setting this to false

HORDE_TEST_DISABLE true

Openssl and GNUhttp://git.ziegler.bz/docker/horde PGP both unter /usr/bin/

Git Repro: http://git.ziegler.bz/docker/horde

Tag summary

Content type

Image

Digest

sha256:11252486d

Size

345.4 MB

Last updated

over 10 years ago

docker pull zauberertz/horde