mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 21:02:04 +00:00
Compare commits
3 Commits
6e1886acd6
...
a93678ee88
| Author | SHA1 | Date | |
|---|---|---|---|
| a93678ee88 | |||
| 4d2003b803 | |||
| 5473934884 |
15
README.md
15
README.md
@ -65,13 +65,14 @@ Goals:
|
||||
| . | | |
|
||||
| . +-- ns ---------+ |
|
||||
| . | | |
|
||||
| + - (udp:51820)-> +-- wireguard | |
|
||||
| . | | |
|
||||
| + - (ssh/https)-> +-- gitea | |
|
||||
| . | | |
|
||||
| + - - - (https)-> +-- nextcloud | |
|
||||
| | | |
|
||||
| +-- syncthing --+ |
|
||||
| + - (udp:51820)-> +-- wireguard --+ |
|
||||
| System . | | |
|
||||
| - - - - - - - - - - - . - - - - - - - - | - - - - - - - | - - |
|
||||
| Application . +-- syncthing --+ |
|
||||
| . | |
|
||||
| + - - - (https)-> +-- nextcloud |
|
||||
| . | |
|
||||
| + - (ssh/https)-> +-- gitea |
|
||||
| |
|
||||
+---------------------------------------------------------------+
|
||||
```
|
||||
|
||||
@ -35,7 +35,7 @@ makeReserveCT(){
|
||||
if [ $TEMPLATE_ID ] ; then
|
||||
@ pct destroy $TEMPLATE_ID --purge
|
||||
@ pct clone $RESERVE_ID $TEMPLATE_ID --hostname ${HOSTNAME}
|
||||
@ pct templates $TEMPLATE_ID
|
||||
@ pct template $TEMPLATE_ID
|
||||
fi
|
||||
|
||||
# XXX sould this get into the template...
|
||||
|
||||
@ -15,5 +15,4 @@ cd proxmox-utils
|
||||
make bootstrap
|
||||
|
||||
|
||||
|
||||
# vim:set ts=4 sw=4 nowrap :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user