Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-02-15 22:43:34 +03:00
parent c76dbd5360
commit 243b2400f1

View File

@ -3,7 +3,6 @@
A set of scripts for automating setup and tasks in proxmox.
## TODO
- a uniform way to push files to other CTs (mainly the gate -- traefik rules) -- DONE
- revise defaults
- separate templates/assets into distribution and user directories
...this is needed to allow the user to change the configs without the
@ -130,4 +129,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
```