Compare commits

..

3 Commits

Author SHA1 Message Date
a93678ee88 some rearranging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-20 10:30:50 +03:00
4d2003b803 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-20 10:23:49 +03:00
5473934884 yet another fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-20 02:22:39 +03:00
3 changed files with 9 additions and 9 deletions

View File

@ -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 |
| | | |
+---------------------------------------------------------------+ +---------------------------------------------------------------+
``` ```

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 templates $TEMPLATE_ID @ pct template $TEMPLATE_ID
fi fi
# XXX sould this get into the template... # XXX sould this get into the template...

View File

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