notes and cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-02-04 17:55:26 +03:00
parent ad4b9c041e
commit c35689fc84

View File

@ -12,6 +12,8 @@
EDITOR ?= vim EDITOR ?= vim
# CTs...
#
# NOTE: The order here is important: # NOTE: The order here is important:
# - to avoid bootstrapping network connections gate must be the # - to avoid bootstrapping network connections gate must be the
# first CT to get built to route the rest of CT's to the WAN # first CT to get built to route the rest of CT's to the WAN
@ -26,6 +28,7 @@ MINIMAL_CTs := \
ssh wireguard ssh wireguard
APP_CTs := \ APP_CTs := \
syncthing nextcloud #gitea syncthing nextcloud #gitea
# Optional...
DEV_CTs := \ DEV_CTs := \
gitea gitea
@ -114,3 +117,4 @@ clean:
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# vim:set nowrap :