Add container/VM autodiscovery, optional username in config, and management scripts
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 4s
Build-Publish / build (linux/arm64) (push) Successful in 13s
Build-Publish / create-manifest (push) Successful in 1s
Build-Publish / publish-template (push) Successful in 15s

This commit is contained in:
j
2026-03-08 09:57:53 +13:00
parent ce55d6acc7
commit 8747209181
7 changed files with 270 additions and 6 deletions

View File

@@ -51,17 +51,19 @@ Edit `infrastructure.conf` to define your servers:
```
Production
infmap@prod-web-01 https://web01.example.com
infmap@prod-db-01
infmap@prod-app-01 https://app01.example.com:8080
prod-web-01 https://web01.example.com
prod-db-01
prod-app-01 https://app01.example.com:8080
Development
infmap@dev-01
infmap@dev-02
dev-01
dev-02
admin@legacy-server
```
- Group names are freeform labels (no indentation)
- Servers are indented with `USERNAME@HOSTNAME [URL]`
- Servers are indented with `HOSTNAME`, `USERNAME@HOSTNAME`, or either followed by a URL
- Username defaults to `infmap` if not specified
- An optional URL after the host adds a clickable link on the dashboard
- Lines starting with `#` are comments