Hivemind and OVOS config shuffling.
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been cancelled
This commit is contained in:
@@ -1,49 +1,70 @@
|
||||
{
|
||||
"binarize": true,
|
||||
"allowed_encodings": [
|
||||
"JSON-B64",
|
||||
"JSON-URLSAFE-B64",
|
||||
"JSON-B91",
|
||||
"JSON-Z85B",
|
||||
"JSON-Z85P",
|
||||
"JSON-B32",
|
||||
"JSON-HEX"
|
||||
],
|
||||
"allowed_ciphers": [
|
||||
"CHACHA20-POLY1305",
|
||||
"AES-GCM"
|
||||
],
|
||||
"agent_protocol": {
|
||||
"module": "hivemind-ovos-agent-plugin",
|
||||
"hivemind-ovos-agent-plugin": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 8181
|
||||
}
|
||||
},
|
||||
"binary_protocol": {
|
||||
"module": null
|
||||
},
|
||||
"network_protocol": {
|
||||
"hivemind-websocket-plugin": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 5678,
|
||||
"ssl": false,
|
||||
"cert_dir": "/home/hivemind/.local/share/hivemind",
|
||||
"cert_name": "hivemind"
|
||||
},
|
||||
"hivemind-http-plugin": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 5679,
|
||||
"ssl": false,
|
||||
"cert_dir": "/home/hivemind/.local/share/hivemind",
|
||||
"cert_name": "hivemind"
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"module": "hivemind-json-db-plugin",
|
||||
"hivemind-json-db-plugin": {
|
||||
"name": "clients",
|
||||
"subfolder": "hivemind-core"
|
||||
}
|
||||
"binarize": true,
|
||||
"allowed_encodings": [
|
||||
"JSON-B64",
|
||||
"JSON-URLSAFE-B64",
|
||||
"JSON-B91",
|
||||
"JSON-Z85B",
|
||||
"JSON-Z85P",
|
||||
"JSON-B32",
|
||||
"JSON-HEX"
|
||||
],
|
||||
"allowed_ciphers": [
|
||||
"CHACHA20-POLY1305",
|
||||
"AES-GCM"
|
||||
],
|
||||
"agent_protocol": {
|
||||
"module": "hivemind-ovos-agent-plugin",
|
||||
"hivemind-ovos-agent-plugin": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 8181
|
||||
}
|
||||
},
|
||||
"binary_protocol": {
|
||||
"module": "hivemind-audio-binary-protocol-plugin",
|
||||
"hivemind-audio-binary-protocol-plugin": {
|
||||
"stt": {
|
||||
"module": "ovos-stt-plugin-server",
|
||||
"ovos-stt-plugin-server": {}
|
||||
},
|
||||
"tts": {
|
||||
"module": "ovos-tts-plugin-server",
|
||||
"ovos-tts-plugin-server": {}
|
||||
},
|
||||
"vad": {
|
||||
"module": "ovos-vad-plugin-silero",
|
||||
"ovos-vad-plugin-silero": {}
|
||||
},
|
||||
"wake_word": "hey_benedikta",
|
||||
"hotwords": {
|
||||
"hey_benedikta": {
|
||||
"module": "ovos-ww-plugin-precise-lite",
|
||||
"model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"network_protocol": {
|
||||
"hivemind-websocket-plugin": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 5678,
|
||||
"ssl": false,
|
||||
"cert_dir": "/home/hivemind/.local/share/hivemind",
|
||||
"cert_name": "hivemind"
|
||||
},
|
||||
"hivemind-http-plugin": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 5679,
|
||||
"ssl": false,
|
||||
"cert_dir": "/home/hivemind/.local/share/hivemind",
|
||||
"cert_name": "hivemind"
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"module": "hivemind-json-db-plugin",
|
||||
"hivemind-json-db-plugin": {
|
||||
"name": "clients",
|
||||
"subfolder": "hivemind-core"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user