diff --git a/app-configs/ultima/hivemind/config/server.json.j2 b/app-configs/ultima/hivemind/config/server.json.j2 new file mode 100644 index 0000000..4a532ca --- /dev/null +++ b/app-configs/ultima/hivemind/config/server.json.j2 @@ -0,0 +1,49 @@ +{ + "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" + } + } +} \ No newline at end of file diff --git a/host_vars/benedikta.yml b/host_vars/benedikta.yml index 6e74d89..e7d4d1e 100644 --- a/host_vars/benedikta.yml +++ b/host_vars/benedikta.yml @@ -1,2 +1,2 @@ -appdata_base_path: /home/ovos/ovos/config +appdata_base_path: /home/ovos/.config/docker secrets_path: benedikta-docker/env