-
-
Notifications
You must be signed in to change notification settings - Fork 359
Description
Is your feature request related to a problem? Please describe.
Right now if you setup a multi-bot frequi instance you add each bot within the UI, and setup the CORS accordingly. This seems to be stored in localStorage
. So, if you access your UI from another browser, device, or reset cache all the bots are required to be re setup again.
Describe the solution you'd like
Ideally this would be stored in a config.json, or added to the primary UI's config.json possibly under the api_server
config. This could be an array of bot objects stored in the primary config and loaded when the UI loads. This would additionally require a username / password to access the UI itself since all data would be immediately accessible when the UI loaded.
Describe alternatives you've considered
There are no clear alternatives that I've found.
Additional context
I've glanced at the code itself and am curious if it's something that I would be able to handle and if it's something that you see as within the scope of this project.