Skip to content

where to put plugins when using docker image #2782

Discussion options

You must be logged in to vote

There are two ways, one would be the one I recommend, and one will be alternative that also works but is much more complicated:

Recommended way:
Create a directory for each of the custom plugins you have, majority of custom plugins already come with such directory, for others you can just create a folder and put dll (and other files, if any) inside. Then mount /path/to/your/customplugin into /app/plugins/customplugin. As long as customplugin doesn't clash with any of the plugins ASF comes with, ASF will be able to discover both official plugins as well as your custom plugin during runtime. And since ASF also loads plugins deeper, you can simply have /path/to/your/plugins inside which ther…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JustArchi
Comment options

@BigMichi1
Comment options

@Abrynos
Comment options

Abrynos Dec 25, 2022
Collaborator

Answer selected by JustArchi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants