mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-26 13:22:03 +00:00
Compare commits
No commits in common. "a93678ee887b0a2106f4c73d1ede791843be23d6" and "6e1886acd62163a57a9b7f8e35aee88399f9f7c7" have entirely different histories.
a93678ee88
...
6e1886acd6
15
README.md
15
README.md
@ -65,14 +65,13 @@ 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 template $TEMPLATE_ID
|
@ pct templates $TEMPLATE_ID
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX sould this get into the template...
|
# XXX sould this get into the template...
|
||||||
|
|||||||
@ -15,4 +15,5 @@ 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