File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
42
42
" Bitwarden" " (External password manager)" OFF \
43
43
" Fail2ban " " (Extra Bruteforce protection)" " $STARTUP_SWITCH " \
44
44
" 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 " \
46
46
" Webmin" " (Server GUI like Cpanel)" OFF \
47
47
" Talk" " (Video calls and chat for Nextcloud - requires port 3478)" " $STARTUP_SWITCH " \
48
48
" SMB-mount" " (Mount SMB-shares from your local network)" OFF \
Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
920
920
" Deck" " " ON \
921
921
" Collectives" " " ON \
922
922
" Suspicios Login detetion" " " ON \
923
+ " Imaginary" " " ON \
923
924
" IssueTemplate" " " OFF \
924
925
" Group-Folders" " " OFF 3>&1 1>&2 2>&3 )
925
926
fi
@@ -964,6 +965,9 @@ case "$choice" in
964
965
* " Suspicios Login detetion" * )
965
966
install_and_enable_app suspicios_login
966
967
;;&
968
+ * " Imaginary" * )
969
+ run_script APP imaginary
970
+ ;;&
967
971
* " Group-Folders" * )
968
972
install_and_enable_app groupfolders
969
973
;;&
You can’t perform that action at this time.
0 commit comments