Compare commits

..

No commits in common. "a93678ee887b0a2106f4c73d1ede791843be23d6" and "6e1886acd62163a57a9b7f8e35aee88399f9f7c7" have entirely different histories.

3 changed files with 9 additions and 9 deletions

View File

@ -65,14 +65,13 @@ Goals:
| . | | |
| . +-- ns ---------+ |
| . | | |
| + - (udp:51820)-> +-- wireguard --+ |
| System . | | |
| - - - - - - - - - - - . - - - - - - - - | - - - - - - - | - - |
| Application . +-- syncthing --+ |
| . | |
| + - - - (https)-> +-- nextcloud |
| . | |
| + - (ssh/https)-> +-- gitea |
| + - (udp:51820)-> +-- wireguard | |
| . | | |
| + - (ssh/https)-> +-- gitea | |
| . | | |
| + - - - (https)-> +-- nextcloud | |
| | | |
| +-- syncthing --+ |
| |
+---------------------------------------------------------------+
```

View File

@ -35,7 +35,7 @@ makeReserveCT(){
if [ $TEMPLATE_ID ] ; then
@ pct destroy $TEMPLATE_ID --purge
@ pct clone $RESERVE_ID $TEMPLATE_ID --hostname ${HOSTNAME}
@ pct template $TEMPLATE_ID
@ pct templates $TEMPLATE_ID
fi
# XXX sould this get into the template...

View File

@ -15,4 +15,5 @@ cd proxmox-utils
make bootstrap
# vim:set ts=4 sw=4 nowrap :