Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 834 Bytes

File metadata and controls

37 lines (23 loc) · 834 Bytes

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