@Castopod Where would you discuss this? Here?
My thoughts were: 1. How to install #plugins with #docker? I like the way #Discourse does it: a list of git clones.
2. I was wondering about changes and deprecation and thought that listing the API and hooks used in the manifest might make it easier to change, evolve and deprecate the plugins in case of future changes.
@niccokunzmann @Castopod
> How to install #plugins with docker?
Plugins are stored in the "plugins" folder, in the root of Castopod.
You may map that folder with one you have in the docker host via volumes.
The idea of a list of git clones is great, though for now Castopod only supports manual installation.
Something more handy will come in the future :)