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

Persist path config changes made via API #2660

Closed
robsumoza opened this issue Nov 7, 2023 · 3 comments
Closed

Persist path config changes made via API #2660

robsumoza opened this issue Nov 7, 2023 · 3 comments

Comments

@robsumoza
Copy link

Describe the feature

It would be great if the changes made via API to the config would be persisted.

@pikachu937
Copy link

The API was made to change the configuration in real time, without the ability to save, and if you want the settings to be returned after rebooting the service, you need to save the necessary settings, for example, in a database or in another configuration file and use the runOnInit hook to connect them with an external program. We developed an application for ourselves that checks the server, reads the database and adds/removes configuration to/from the server. This is a little inconvenient, but you are free to adjust it to suit yourself.

@aler9
Copy link
Member

aler9 commented Nov 7, 2023

this is a duplicate of #1406

@aler9 aler9 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2023
Copy link
Contributor

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants