jaymoulin / docker-jdownloader

JDownloader 2 Docker Image (Multiarch) - 50M+ Downloads
https://brands.jaymoulin.me/me/docker-jdownloader
MIT License
182 stars 36 forks source link

[FEATURE]Add the possibility to use docker secret method #121

Closed Turiok closed 1 year ago

Turiok commented 2 years ago

Description A lot of thanks for your image which I use for a lot of years.

This is a feature request to use the principle of docker secret for docker-composer or swarm instead of environment variable or docker exec to configure MYJD_USER and MYJD_PASSWORD for myjdownloader website. https://docs.docker.com/engine/swarm/secrets/#use-secrets-in-compose

Describe the results you expected:

Use secret like the example in the URL of official documentation of docker in the description.

Additional information you deem important (e.g. issue happens only occasionally):

I already create a branch on a fork which works for me.