MarvAmBass / docker-piwik

⚠️ DEPRECATED ::: A Docker Piwik Container
MIT License
29 stars 26 forks source link

Add possibility to use plugins #14

Closed Kiina closed 9 years ago

Kiina commented 9 years ago

So I noticed that everytime you redeploy your plugins disappear. I solved this by mounting /home/piwik/plugins/PluginName:/piwik/plugins/PluginName:ro and saving my plugin in this directory. But the plugin is still deactivated after every redeploy. So I added the env var PIWIK_PLUGINS_ACTIVATE in which you can put the name of the plugin and piwik activates it after deploy. This can even be useful if you want to use plugins like DBStats which are disabled by default.

MarvAmBass commented 9 years ago

Thank you - great job!