Enterprise release: add self-updates, command signing, and telemetry enhancements

This commit is contained in:
2026-08-03 01:59:27 -04:00
parent 8a97bc7fbd
commit 0493076575
17 changed files with 1276 additions and 62 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.8'
services:
theta-agent:
build:
context: .
container_name: theta-agent-test
volumes:
- ./agent.yml.example:/etc/theta42/agent.yml:ro
privileged: true # Required for systemctl and root operations
network_mode: "host"
restart: always