Skip to content

Plans to save bot config to a json file for cross browser support? #591

@coltoneshaw

Description

@coltoneshaw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Low prioIssues with low priorityenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions