We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.env
Is there a best practice for how I can share these with the variables.yml? Or should I look into docker secrets?
variables.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: