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

Runtime modifiable configuration #36

Closed
3 tasks
jacobtread opened this issue Aug 30, 2023 · 1 comment
Closed
3 tasks

Runtime modifiable configuration #36

jacobtread opened this issue Aug 30, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request invalid This doesn't seem right wontfix This will not be worked on

Comments

@jacobtread
Copy link
Member

Description

Currently the configuration is less flex-able as it is only loaded at server startup, the current configuration is also hard for docker users to modify. In order to create new features that can be toggled from the dashboard this proposal is to create a "runtime modifiable" configuration. This would allow the configuration to be modified by the dashboard

Checklist

  • Configuration is implementation is altered so that its safely modifiable at runtime (RwLocks)
  • Endpoints are created for setting the values of config variables
  • Modified config variables are persisted to the config file
@jacobtread jacobtread added the enhancement New feature or request label Aug 30, 2023
@jacobtread jacobtread self-assigned this Aug 30, 2023
@jacobtread jacobtread added invalid This doesn't seem right wontfix This will not be worked on labels Aug 30, 2023
@jacobtread
Copy link
Member Author

After looking into this it seems impractical to implement and hence wont be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant