mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c76dbd5360
commit
243b2400f1
18
README.md
18
README.md
@ -3,7 +3,6 @@
|
|||||||
A set of scripts for automating setup and tasks in proxmox.
|
A set of scripts for automating setup and tasks in proxmox.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- a uniform way to push files to other CTs (mainly the gate -- traefik rules) -- DONE
|
|
||||||
- revise defaults
|
- revise defaults
|
||||||
- separate templates/assets into distribution and user directories
|
- separate templates/assets into distribution and user directories
|
||||||
...this is needed to allow the user to change the configs without the
|
...this is needed to allow the user to change the configs without the
|
||||||
@ -130,4 +129,21 @@ XXX change proxmox ip/network
|
|||||||
XXX firewall
|
XXX firewall
|
||||||
|
|
||||||
|
|
||||||
|
## Extending
|
||||||
|
|
||||||
|
### Directory structure
|
||||||
|
|
||||||
|
```
|
||||||
|
/
|
||||||
|
+- <ct-type>/
|
||||||
|
| +- templates/
|
||||||
|
| +- assets/
|
||||||
|
| +- staging/
|
||||||
|
| +- make.sh
|
||||||
|
| +- config
|
||||||
|
| +- config.last-run
|
||||||
|
+- ...
|
||||||
|
+- Makefile
|
||||||
|
+- config.global
|
||||||
|
+- config.global.example
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user