OpenVoiceOS / ovos-backend-manager

A simple web UI for personal backend, powered by PyWebIO

Repository from Github https://github.comOpenVoiceOS/ovos-backend-managerRepository from Github https://github.comOpenVoiceOS/ovos-backend-manager

OpenVoiceOS Backend Manager

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

About

A simple web UI for personal backend, powered by PyWebIO

License:Apache License 2.0


Languages

Language:Python 100.0%