docs: Add 1 and update 5 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 32s
Build-Test-Publish / build (linux/arm64) (push) Successful in 2m43s

This commit is contained in:
j
2026-01-02 23:59:52 +13:00
parent 2beea9e16e
commit 0f76caa0c8
6 changed files with 275 additions and 24 deletions

View File

@@ -22,6 +22,8 @@ template-name/
├── destroy.sh # OPTIONAL: Destroy service and data
├── ssh.sh # OPTIONAL: SSH into service container
├── ports.sh # OPTIONAL: List exposed ports
├── check-config.sh # OPTIONAL: Validate configuration (for check-config command)
├── reload-config.sh # OPTIONAL: Hot-reload configuration (for reload-config command)
└── README.txt # OPTIONAL: Template documentation
```