mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-26 05:12:06 +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 ---------+ |
|
| . +-- ns ---------+ |
|
||||||
| . | | |
|
| . | | |
|
||||||
| + - (udp:51820)-> +-- wireguard | |
|
| + - (udp:51820)-> +-- wireguard --+ |
|
||||||
| . | | |
|
| System . | | |
|
||||||
| + - (ssh/https)-> +-- gitea | |
|
| - - - - - - - - - - - . - - - - - - - - | - - - - - - - | - - |
|
||||||
| . | | |
|
| Application . +-- syncthing --+ |
|
||||||
| + - - - (https)-> +-- nextcloud | |
|
| . | |
|
||||||
| | | |
|
| + - - - (https)-> +-- nextcloud |
|
||||||
| +-- syncthing --+ |
|
| . | |
|
||||||
|
| + - (ssh/https)-> +-- gitea |
|
||||||
| |
|
| |
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|||||||
@ -35,7 +35,7 @@ makeReserveCT(){
|
|||||||
if [ $TEMPLATE_ID ] ; then
|
if [ $TEMPLATE_ID ] ; then
|
||||||
@ pct destroy $TEMPLATE_ID --purge
|
@ pct destroy $TEMPLATE_ID --purge
|
||||||
@ pct clone $RESERVE_ID $TEMPLATE_ID --hostname ${HOSTNAME}
|
@ pct clone $RESERVE_ID $TEMPLATE_ID --hostname ${HOSTNAME}
|
||||||
@ pct templates $TEMPLATE_ID
|
@ pct template $TEMPLATE_ID
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX sould this get into the template...
|
# XXX sould this get into the template...
|
||||||
|
|||||||
@ -15,5 +15,4 @@ cd proxmox-utils
|
|||||||
make bootstrap
|
make bootstrap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set ts=4 sw=4 nowrap :
|
# vim:set ts=4 sw=4 nowrap :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user