GithubHelp home page GithubHelp logo

patrickdk77 / horde-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cynici/horde-docker

0.0 0.0 0.0 1.29 MB

Dockerfile 0.55% PHP 1.37% Shell 0.19% PowerShell 0.23% C 91.73% Starlark 0.19% CMake 0.81% Roff 2.08% Lua 0.08% C++ 1.10% Python 1.48% M4 0.19%

horde-docker's Introduction

Horde Groupware

Forked from boredland/horde-docker to use phusion/baseimage:master (Ubuntu Bionic 18.04) with PHP 7.2 and newer Horde Groupware. Reduced layer and added dockerize and option to set UID/GID of apacher user.

With local Database via Socket-Share

docker run --name ts_horde -d \
-v /path/to/horde/storage:/etc/horde \
-v [YOURSOCKET]:/var/run/mysqld/mysqld.sock \
-p [YOURPORT]:80 \
-e HORDE_TEST_DISABLE=true 
-e HTTP_X_FORWARDED_FOR=webmail.domain.tld \
-e HTTP_X_FORWARDED_PROTO=webmail.domain.tld \
-e DB_PASS=[dbpassword] \
boredland/horde-docker
Set HTTP_X_FORWARDED_FOR to the Romote address of the server
Set HTTP_X_FORWARDED_PROTO for HTTPS

Enter horde-db-migrate into an interactive shell on first run. Could create a better horde-init.sh if I've some time to spare though..

DB default values or link a mysql

DB default values or link a mysql
ENV DB_HOST localhost
ENV DB_PORT 3306
ENV DB_NAME horde
ENV DB_USER horde
ENV DB_PASS horde
ENV DB_PROTOCOL SOCKET
ENV DB_DRIVER mysqli
ENV HORDE_TEST_DISABLE false

You can overwrite them using the -e [PARAMETER_NAME]=[VALUE]-Flag

Disable test.php of horde by setting this to true

HORDE_TEST_DISABLE true

Openssl and GNU PGP both under /usr/bin/

horde-docker's People

Contributors

boredland avatar cheewai-bash avatar patrickdk77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.