refactor: convert template.yml files to template.toml format

- Updated the script to convert 'template.yml' files to 'template.toml' files during directory processing.
- Added new 'template.toml' files for Backrest and BlinkO blueprints with appropriate configuration settings.
This commit is contained in:
Mauricio Siu
2025-03-30 04:04:27 -06:00
parent 38e8d9e66a
commit ec644490be
3 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = ["TZ=Europe/Paris"]
mounts = []
[[config.domains]]
serviceName = "backrest"
port = 9_898
host = "${main_domain}"