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

Improvement: documentation for custom plugins #232

Open
RecuencoJones opened this issue Dec 5, 2019 · 0 comments
Open

Improvement: documentation for custom plugins #232

RecuencoJones opened this issue Dec 5, 2019 · 0 comments

Comments

@RecuencoJones
Copy link

RecuencoJones commented Dec 5, 2019

I was just trying to build caddy binary with a custom set of plugins, but got stuck with the invalid import path "" error.

Looks like most of us are trying to use the qualified name of the plugin instead of just the last part of it (#108 (comment)). I.e:

RUN VERSION="1.0.3" \
    PLUGINS="http.prometheus" \
    ENABLE_TELEMETRY="false" \
    /bin/sh /usr/bin/builder.sh

Should actually be:

RUN VERSION="1.0.3" \
    PLUGINS="prometheus" \
    ENABLE_TELEMETRY="false" \
    /bin/sh /usr/bin/builder.sh

Can we add something to the documentation to avoid this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant