[horde] horde6 + nginx + docker
A.Schulze
sca at andreasschulze.de
Mon Mar 16 21:12:07 UTC 2026
Am 10.03.26 um 09:22 schrieb Ralf Lang:
> You may want to have a look at https://github.com/horde/horde-support/tree/feat/containers/dev-php84-ldap for a starting point.
wow, that looks very complex to me. I prepared a repository now build a horde6 instance [1]
That setup is very similar to the way I run horde5 since years.
This installation extend the default horde configuration (a file similar to [2])
with only 5 values (see [3])
But if I call http://localhost/horde/admin/config/ [4], I see 'Die Konfiguration muss aktualisiert werden.'
Sadly, the UI presented there, does non use the current values injected by [3]
If I manually enter these 5 values and save, I end with the same URL saying "Anwendung ist bereit."
But the next click end with an error message: "A fatal error has occurred, Missing base parameter."
most first time horde setup are 'http://localhost' This require, $conf[cookie][domain] = '' and
suggest $conf[cookie][path] = /horde
Q1: why are this values not set in horde/conf.dist.php (a file like [3]) ?
Q2: why can't the UI at horde/admin/config can't use values, set via horde/conf.local.php files?
Andreas
[1] https://codeberg.org/andreasschulze/horde6-docker
[2] https://github.com/horde/horde/blob/master/horde/config/conf.php.dist
[3] https://codeberg.org/andreasschulze/horde6-docker/src/branch/main/horde6/horde-conf.local.php
[4] http://localhost/horde/admin/config/
More information about the horde
mailing list