infrastructure/roles/heimdall-program/defaults/main.json

9 lines
190 B
JSON
Raw Normal View History

2026-03-31 21:12:54 +02:00
{
"cfg_heimdall_program_defaults": {
"user": "heimdall",
"directory": "/opt/heimdall",
2026-03-31 21:35:27 +02:00
"git_repository_url": "https://forgejo.ramsch.sx/heimdall/core",
2026-03-31 21:12:54 +02:00
"git_reference": "main"
}
}