mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Install Imaginary by default (#2467)
This commit is contained in:
parent
8f797d5f74
commit
949872cfca
@ -42,7 +42,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
|
||||
"Bitwarden" "(External password manager)" 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]" "$STARTUP_SWITCH" \
|
||||
"Imaginary" "(Generate image previews for Nextcloud) [4GB RAM + 4 CPU]" "OFF" \
|
||||
"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 \
|
||||
|
||||
@ -920,6 +920,7 @@ $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
|
||||
@ -964,6 +965,9 @@ case "$choice" in
|
||||
*"Suspicios Login detetion"*)
|
||||
install_and_enable_app suspicios_login
|
||||
;;&
|
||||
*"Imaginary"*)
|
||||
run_script APP imaginary
|
||||
;;&
|
||||
*"Group-Folders"*)
|
||||
install_and_enable_app groupfolders
|
||||
;;&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user