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

Import / Export configuration from the webui #79

Closed
g-rom-info opened this issue May 5, 2017 · 4 comments
Closed

Import / Export configuration from the webui #79

g-rom-info opened this issue May 5, 2017 · 4 comments
Milestone

Comments

@g-rom-info
Copy link

I suggest you an another enhancement request : is it possible to add a simple function on the webui in order to backup / restore a configuration file ?

@sidoh
Copy link
Owner

sidoh commented May 5, 2017

Good idea. Should be possible already if you're willing to do it without the UI. You can GET /settings to retrieve a JSON blob of the settings, and PUT /settings to patch in a JSON blob of settings.

@g-rom-info
Copy link
Author

Hum that's a very good alternative ! I think a simple import/export from/to .txt file will be more user friendly, but the /setting HTTP request is amply enough for the geek I am! ;-)

@sidoh
Copy link
Owner

sidoh commented May 5, 2017

Yeah - a button to download the settings as a file, and to upload a settings snapshot is a good idea.

@sidoh
Copy link
Owner

sidoh commented May 6, 2017

Added in v1.3.0 branch. The UI in that branch should work fine with 1.2.x. It's just using existing routes in the REST API.

@sidoh sidoh added this to the 1.3.0 milestone May 6, 2017
@sidoh sidoh mentioned this issue Jun 3, 2017
@sidoh sidoh closed this as completed Jun 3, 2017
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

2 participants