Skip to content
New issue

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

Easier setting of config variables #256

Closed
paulvoe opened this issue Aug 3, 2018 · 7 comments
Closed

Easier setting of config variables #256

paulvoe opened this issue Aug 3, 2018 · 7 comments

Comments

@paulvoe
Copy link

paulvoe commented Aug 3, 2018

Feature request:
It would be nice if one could upload a file or something like that to set the config variables in an app.
Setting every single one by hand can be very exhausting when deploying multiple apps with large configuration.

Love Captainduckduck, thanks and keep up the great work!

@ghost
Copy link

ghost commented Aug 5, 2018

in some frameworks it is handled by the web GUI. When you paste something like

HOST=blabla
USER=john
PASSWD=doe

or

HOST:blabla
USER:john
PASSWD:die

Then the webpage form autocreate a list of pre-filled input widgets

@derek-adair
Copy link

Boy oh boy i'd like to discourage this feature. It's not a good convention to encourage, by ANY means. Its not a good idea to have say... HOST/USER/PASSWD written down in your app or committed.

@derek-adair
Copy link

Let me put it another way;

One of the main utilities of this feature is so you DONT put that in code.

@ghost
Copy link

ghost commented Oct 3, 2018

he does not want them written he wants a way to set multiple easily

@derek-adair
Copy link

Ahhh I see. That makes sense.

@githubsaturn
Copy link
Collaborator

Done in v1.0.0
https://github.com/caprover/caprover/releases/tag/v1.0.0

@derek-adair
Copy link

SO STOKED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants