Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with Farming #1

Closed
splitbrain opened this issue Apr 11, 2024 · 0 comments
Closed

Make compatible with Farming #1

splitbrain opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@splitbrain
Copy link
Contributor

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

@splitbrain splitbrain added the enhancement New feature or request label Apr 11, 2024
splitbrain added a commit that referenced this issue Apr 16, 2024
This makes adjustments so that farming will automatically work as soon
as the farmer plugin is installed. The setup step can be skipped and
instead the plugin is preconfigured to use /storage/farm as farm dir.

!bang based animals are supported, but of course it makes more sense to
use a host based setup with docker. With a reverse proxy in front of
this image, it should be easy to point different host names at this
image. However this has not been tested yet and might need additional
adjustments in the farmer plugin.

A merge should only happen after this has been tested.
splitbrain added a commit that referenced this issue Apr 16, 2024
support the farmer plugin. implements #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant