File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 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 \
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 \
Original file line number Diff line number Diff 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 )
925926fi
@@ -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 ;;&
You can’t perform that action at this time.
0 commit comments