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

Support loading config from cloud backends #105

Open
FoxxMD opened this issue Aug 29, 2022 · 1 comment
Open

Support loading config from cloud backends #105

FoxxMD opened this issue Aug 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@FoxxMD
Copy link
Owner

FoxxMD commented Aug 29, 2022

CM has evolved to rely heavily on the operator config for general setup and storing bot credentials generated via the wizard/invite helper. Currently, the config can only be loaded via local storage. This is fine for hosting on a full VM/OS but many "free" tier cloud hosting platforms do not support persistent local storage or have hoops to jump through to set this up.

CM should support CRUD for operator config using a file system adapter like Flysystem -- where all operations are done through a library that supports multiple backends. This would make deployment to the cloud easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant