OpenVoiceOS Backend Manager

June 10, 2023 ยท View on GitHub

a simple UI for ovos-personal-backend, utility to manage all your devices

WARNING: personal-backend 0.2.0 introduced breaking changes

if you are running personal-backend <= 0.1.5 use backend-0.1.5 branch

Install

pip install ovos-backend-manager

or from source

pip install git+https://github.com/OpenVoiceOS/ovos-backend-manager

Configuration

edit ~/.config/mycroft/ovos_backend_manager.conf

{
    "server": {
        "url": "http://XXX.XXX.XXX.XX:6712",
        "version": "v1",
        "admin_key": "XXXX"
    }
}

Usage

ovos-backend-manager will be available in the command line after installing