Stremio / stremio-beamup

🛠️ A platform as a service (PaaS) hosting for Stremio addons: as easy a Heroku, without the restrictions
MIT License
23 stars 6 forks source link

Add additional arguments to config:set command #30

Open maormagori opened 1 year ago

maormagori commented 1 year ago

Currently, any environment variable setting happens separately and causes the container to restart. I think adding the possibility of setting all the variables together, which is already supported by dokku, will help those of us who set the env vars as part of their CI.

This is not a must since most of the users will only add a secret once and won't need to change it again but IMO it's nice to have.