dokuwiki / docker

The official Docker image for DokuWiki
https://hub.docker.com/r/dokuwiki/dokuwiki
35 stars 4 forks source link

Make compatible with Farming #1

Closed splitbrain closed 5 months ago

splitbrain commented 6 months ago

Theoretically the container should work fine with farming since all incoming traffic arrives at the same vhost. However the Farmer plugin requires to set up its own config_cascade wich currently conflicts with the one needed by the docker container.

It's probably easiest to adjust the farmer plugin to recognize the docker environment and integrate itself nicely into the cascade. The docker image needs to detect the farmer plugin and load the farmcore since the farmer plugin can not write to inc/preload.php