Files
tar-valon-ansible/app-configs/ultima/hivemind/config/server.json.j2
T
Trez.One ded7865e89
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 1m5s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 14m36s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 19m10s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 26s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Failing after 6m0s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 6m11s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 9m9s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 13m5s
Hivemind config trial and error...
2025-12-07 09:44:55 -05:00

55 lines
1.1 KiB
Django/Jinja

{
"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": {},
"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"
}
}
}