context-mod icon indicating copy to clipboard operation
context-mod copied to clipboard

Support loading config from cloud backends

Open FoxxMD opened this issue 1 year ago • 1 comments

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.

FoxxMD avatar Aug 29 '22 13:08 FoxxMD