caprover / caprover-frontend

Frontend App for https://github.com/caprover/caprover
59 stars 83 forks source link

[Suggestion] Save button (as well as existing Save & Update button) #107

Open drmrbrewer opened 1 year ago

drmrbrewer commented 1 year ago

Sometimes I want to change some config in an app, like an environment variable, without also restarting the app/service, so that the new config is picked up next time the app is deployed, and so that there is no disruption caused by restarting the app/service when this is not necessary.

githubsaturn commented 1 year ago

AFAIK docker doesn't have this. I know the other way around is possible by adding --force, but is there any flags that Docker uses to support this?

drmrbrewer commented 1 year ago

I'm thinking more along the lines that hitting Save would just update the local caprover-config.json file, so that the next time you deploy it will pick up the changes. Mainly here I'm thinking about updating env vars... perhaps I might want to make some edits, save, make some more edit, save, etc... and only when I'm fully happy will I deploy... or hit Save & Update.