Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions apps/extract.sh

This file was deleted.

7 changes: 1 addition & 6 deletions menu/additional_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"ClamAV" "(Antivirus for Nextcloud and files)" OFF \
"Midnight Commander" "(CLI file manager)" OFF \
"Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
"Extract" "(Archive extraction for Nextcloud)" OFF 3>&1 1>&2 2>&3)
"Whiteboard" "(Whiteboard for Nextcloud)" OFF 3>&1 1>&2 2>&3)

case "$choice" in
*"Documentserver"*)
Expand All @@ -79,10 +78,6 @@ case "$choice" in
print_text_in_color "$ICyan" "Downloading the ClamAV script..."
run_script APP clamav
;;&
*"Extract"*)
print_text_in_color "$ICyan" "Downloading the Extract script..."
run_script APP extract
;;&
*"Netdata"*)
print_text_in_color "$ICyan" "Downloading the Netdata script..."
run_script APP netdata
Expand Down
11 changes: 1 addition & 10 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -963,15 +963,14 @@ restart_webserver

if [ -n "$PROVISIONING" ]
then
choice="Calendar Contacts IssueTemplate PDFViewer Extract Text Mail Deck Group-Folders"
choice="Calendar Contacts IssueTemplate PDFViewer Text Mail Deck Group-Folders"
else
choice=$(whiptail --title "$TITLE - Install apps or software" --checklist \
"Automatically configure and install selected apps or software
$CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Calendar" "" ON \
"Contacts" "" ON \
"PDFViewer" "" ON \
"Extract" "" ON \
"Text" "" ON \
"Mail" "" ON \
"Deck" "" ON \
Expand All @@ -998,14 +997,6 @@ case "$choice" in
*"PDFViewer"*)
install_and_enable_app files_pdfviewer
;;&
*"Extract"*)
if install_and_enable_app extract
then
install_if_not unrar
install_if_not p7zip
install_if_not p7zip-full
fi
;;&
*"Text"*)
install_and_enable_app text
;;&
Expand Down
2 changes: 1 addition & 1 deletion not-supported/restore-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ msg_box "Restore completed!\n
You can now simply reinstall all apps and addons that were installed on your server before!\n
Those need to get installed (if they were installed on the old server before):
Geoblocking, Disk Monitoring, Fail2Ban, ClamAV, SMTP Mail, DDclient, Activate TLS, OnlyOffice, Push Notifications for Nextcloud, \
High-Performance backend for Nextcloud Talk, Whiteboard for Nextcloud, Extract for Nextcloud, Vaultwarden, Pi-hole, PiVPN, \
High-Performance backend for Nextcloud Talk, Whiteboard for Nextcloud, Vaultwarden, Pi-hole, PiVPN, \
Plex Media Server, Previewgenerator, Remotedesktop and Midnight Commander.\n
Note:
Vaultwarden and Plex Media Server files were restored (if they were installed before) but the containers need to get \
Expand Down
Loading