x86dev / docker-ttrss

Tiny Tiny RSS feed reader as a Docker image.
54 stars 41 forks source link

More Plugins #9

Open thiesschneider opened 7 years ago

thiesschneider commented 7 years ago

Hey, thx for the container. You could define a folder (e.g. /tmp) which could be mounted as a volume where we could put our favourite plugins. When creating the container the startup script could copy all the directories from the folder in the plugin folder. This would be more flexible to use. What do you think? Thx

x86dev commented 7 years ago

Looks like a nice idea to have, especially as everyone has slightly different ideas what an "useful" plugin might be :-)

Not sure yet if duplicating the data here is the right way though ...might be useful to just link the plugin directory as a data volume as a whole ...have to think about that.

thiesschneider commented 7 years ago

I thought the way would be nice because you could run an update automatically and there is nothing "productive" to expose. https://github.com/tomav/docker-mailserver has the same approach with config files. Just an idea :)