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 ---------+ | | . +-- ns ---------+ |
| . | | | | . | | |
| + - (udp:51820)-> +-- wireguard --+ | | + - (udp:51820)-> +-- wireguard | |
| System . | | | | . | | |
| - - - - - - - - - - - . - - - - - - - - | - - - - - - - | - - | | + - (ssh/https)-> +-- gitea | |
| Application . +-- syncthing --+ | | . | | |
| . | | | + - - - (https)-> +-- nextcloud | |
| + - - - (https)-> +-- nextcloud | | | | |
| . | | | +-- syncthing --+ |
| + - (ssh/https)-> +-- gitea |
| | | |
+---------------------------------------------------------------+ +---------------------------------------------------------------+
``` ```

View File

@ -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...

View File

@ -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 :