From 0176d11617d67f0318e226b6b3388b9b32ed637f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 5 Feb 2024 23:16:24 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- nextcloud/make.sh | 2 +- syncthing/make.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ee94690..de70a86 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ MINIMAL_CTs := \ ssh wireguard APP_CTs := \ syncthing nextcloud #gitea -# Optional... +# Optional (see dev target)... DEV_CTs := \ gitea diff --git a/nextcloud/make.sh b/nextcloud/make.sh index 8274ebc..050e7c8 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -19,7 +19,7 @@ readConfig webAppConfig Nextcloud -DFL_ID=${DFL_ID:=300} +DFL_ID=${DFL_ID:=1000} DFL_CTHOSTNAME=${DFL_CTHOSTNAME:=nextcloud} DFL_CORES=${DFL_CORES:=2} diff --git a/syncthing/make.sh b/syncthing/make.sh index b591161..5bfa6b2 100755 --- a/syncthing/make.sh +++ b/syncthing/make.sh @@ -17,7 +17,7 @@ readConfig #---------------------------------------------------------------------- -DFL_ID=${DFL_ID:=301} +DFL_ID=${DFL_ID:=1001} DFL_CTHOSTNAME=${DFL_CTHOSTNAME:=syncthing} DFL_CORES=${DFL_CORES:=1}