You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: