Skip to content

Commit 949872c

Browse files
authored
Install Imaginary by default (#2467)
1 parent 8f797d5 commit 949872c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

menu/additional_apps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
4242
"Bitwarden" "(External password manager)" OFF \
4343
"Fail2ban " "(Extra Bruteforce protection)" "$STARTUP_SWITCH" \
4444
"Recognize" "(Use [local] AI on your photos in Nextcloud)" OFF \
45-
"Imaginary" "(Generate image previews for Nextcloud) [4GB RAM + 4 CPU]" "$STARTUP_SWITCH" \
45+
"Imaginary" "(Generate image previews for Nextcloud) [4GB RAM + 4 CPU]" "OFF" \
4646
"Webmin" "(Server GUI like Cpanel)" OFF \
4747
"Talk" "(Video calls and chat for Nextcloud - requires port 3478)" "$STARTUP_SWITCH" \
4848
"SMB-mount" "(Mount SMB-shares from your local network)" OFF \

nextcloud_install_production.sh

+4
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
920920
"Deck" "" ON \
921921
"Collectives" "" ON \
922922
"Suspicios Login detetion" "" ON \
923+
"Imaginary" "" ON \
923924
"IssueTemplate" "" OFF \
924925
"Group-Folders" "" OFF 3>&1 1>&2 2>&3)
925926
fi
@@ -964,6 +965,9 @@ case "$choice" in
964965
*"Suspicios Login detetion"*)
965966
install_and_enable_app suspicios_login
966967
;;&
968+
*"Imaginary"*)
969+
run_script APP imaginary
970+
;;&
967971
*"Group-Folders"*)
968972
install_and_enable_app groupfolders
969973
;;&

0 commit comments

Comments
 (0)