Files
templates/blueprints/agentdvr/template.toml
devdamo e2d7880374 Add Agent DVR blueprint and metadata (#337)
Introduces a new blueprint for Agent DVR, including docker-compose configuration, template variables, and an icon. Updates meta.json to register Agent DVR with relevant metadata, description, and links.
2025-09-06 18:32:37 -06:00

14 lines
215 B
TOML

[variables]
main_domain = "${domain}"
timezone = "America/New_York"
[config]
[[config.domains]]
serviceName = "agentdvr"
port = 8090
host = "${main_domain}"
[config.env]
TIMEZONE = "${timezone}"
[[config.mounts]]