wiserain / docker-flexget

Docker image for running Flexget
https://hub.docker.com/r/wiserain/flexget
68 stars 40 forks source link

Using environment variables with Flexget variables #63

Open piersolenski opened 2 years ago

piersolenski commented 2 years ago

Flexget provides a way to use variables https://flexget.com/Plugins/variables, which can be good way to handle credentials for plugins.

Currently I have some secrets that need to be shared across docker instances, such as transmission credentials, stored in an .env file.

Is there a best practice for how I can share these with the variables.yml? Or should I look into docker secrets?