Merge branch 'master' of github.com:flynx/proxmox-utils

This commit is contained in:
Alex A. Naanou 2024-02-07 08:55:27 +03:00
commit 64646430f6
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ MINIMAL_CTs := \
ssh wireguard
APP_CTs := \
syncthing nextcloud #gitea
# Optional...
# Optional (see dev target)...
DEV_CTs := \
gitea

View File

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

View File

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