An open API service indexing awesome lists of open source software.

https://github.com/openvoiceos/ovos-backend-manager

A simple web UI for personal backend, powered by PyWebIO
https://github.com/openvoiceos/ovos-backend-manager

Last synced: 10 months ago
JSON representation

A simple web UI for personal backend, powered by PyWebIO

Awesome Lists containing this project

README

          

# OpenVoiceOS Backend Manager

a simple UI for [ovos-personal-backend](https://github.com/OpenVoiceOS/ovos-personal-backend), utility to manage all
your devices

![](./screenshots/demo.gif)

WARNING: personal-backend 0.2.0 introduced breaking changes

if you are running personal-backend <= 0.1.5 use [backend-0.1.5 branch](https://github.com/OpenVoiceOS/ovos-backend-manager/tree/backend-0.1.5)

## 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`

```javascript
{
"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