From bb4554a654367e6ba2efd8ad9e1ce59fa5c18224 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 6 Apr 2023 17:40:27 +0200 Subject: [PATCH] Install imaginary during first setup instead (#2469) --- menu/additional_apps.sh | 6 +++--- nextcloud_install_production.sh | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index 29c1b2e3..129cafc1 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -39,10 +39,10 @@ choice=$(whiptail --title "$TITLE" --checklist \ "Which apps do you want to install?\n\nAutomatically configure and install selected apps $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Documentserver" "(OnlyOffice or Collabora - Docker or Integrated)" OFF \ -"Bitwarden" "(External password manager)" OFF \ +"Bitwarden" "(External password manager) [4GB RAM]" OFF \ "Fail2ban " "(Extra Bruteforce protection)" "$STARTUP_SWITCH" \ -"Recognize" "(Use [local] AI on your photos in Nextcloud)" OFF \ -"Imaginary" "(Generate image previews for Nextcloud) [4GB RAM + 4 CPU]" "OFF" \ +"Recognize" "(Use [local] AI on your photos in Nextcloud) [8GB RAM]" OFF \ +"Imaginary" "(Generate image previews for Nextcloud) [4GB RAM]" "$STARTUP_SWITCH" \ "Webmin" "(Server GUI like Cpanel)" OFF \ "Talk" "(Video calls and chat for Nextcloud - requires port 3478)" "$STARTUP_SWITCH" \ "SMB-mount" "(Mount SMB-shares from your local network)" OFF \ diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 15e32a4f..36e0000d 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -920,7 +920,6 @@ $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Deck" "" ON \ "Collectives" "" ON \ "Suspicios Login detetion" "" ON \ -"Imaginary" "" ON \ "IssueTemplate" "" OFF \ "Group-Folders" "" OFF 3>&1 1>&2 2>&3) fi @@ -965,9 +964,6 @@ case "$choice" in *"Suspicios Login detetion"*) install_and_enable_app suspicios_login ;;& - *"Imaginary"*) - run_script APP imaginary - ;;& *"Group-Folders"*) install_and_enable_app groupfolders ;;&