Hi,
I did reach out to @Hanzei. We agreed that this is not a problem with the plugin itself, but rather a general one.
How would you activate a plugin using environment variables?
Here is what we have tried: (in docker-compose.yml)
- MM_PLUGINSETTINGS_PLUGINS: |
“com.github.matterpoll.matterpoll”: {
“Enable”: true
}
- MM_PLUGINSETTINGS_PLUGINSTATES="{“com.github.matterpoll.matterpoll”:{“Enable”:true}}"
- MM_PLUGINSETTINGS_PLUGINSTATES_COM.GITHUB.MATTERPOLL.MATTERPOLL_ENABLE=true
- MM_PLUGINSETTINGS_PLUGINSTATES_COM_GITHUB_MATTERPOLL_MATTERPOLL_ENABLE=true