Merge branch 'master' of github.com:flynx/proxmox-utils

This commit is contained in:
Alex A. Naanou 2024-02-18 16:39:34 +03:00
commit a5c5b8a9ef

View File

@ -128,4 +128,21 @@ XXX change proxmox ip/network
XXX firewall
## Extending
### Directory structure
```
/
+- <ct-type>/
| +- templates/
| +- assets/
| +- staging/
| +- make.sh
| +- config
| +- config.last-run
+- ...
+- Makefile
+- config.global
+- config.global.example
```