Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/menu
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-04-22 13:30:35 +0300
committerGitHub <noreply@github.com>2021-04-22 13:30:35 +0300
commit19f0e7a55936666c99f971c7f5db78e02024c742 (patch)
tree68292a928b7cbb6b9cf870e6ca265450829bc215 /menu
parentacfa4f36cae86b4cebcbfc5835be7fcb20687452 (diff)
re-arrange menu (#1928)
Diffstat (limited to 'menu')
-rw-r--r--menu/additional_apps.sh14
-rw-r--r--menu/server_configuration.sh8
2 files changed, 11 insertions, 11 deletions
diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh
index 8f56dc09..bd99fb03 100644
--- a/menu/additional_apps.sh
+++ b/menu/additional_apps.sh
@@ -42,18 +42,18 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Bitwarden" "(External password manager)" OFF \
"Fail2ban " "(Extra Bruteforce protection)" "$STARTUP_SWITCH" \
"Adminer" "(PostgreSQL GUI)" OFF \
-"ClamAV" "(Antivirus for Nextcloud and files)" OFF \
+"LDAP" "(Windows Active directory for Nextcloud)" OFF \
+"Notify Push" "(High Performance Files Backend for Nextcloud)" OFF \
+"FullTextSearch" "(Elasticsearch for Nextcloud [2GB RAM])" OFF \
+"Webmin" "(Server GUI like Cpanel)" "$STARTUP_SWITCH" \
+"Talk" "(Video calls and chat for Nextcloud)" OFF \
"Extract" "(Archive extraction for Nextcloud)" OFF \
+"PreviewGenerator" "(Pre-generate previews for Nextcloud)" "$STARTUP_SWITCH" \
"Netdata" "(Real-time server monitoring in Web GUI)" OFF \
"BPYTOP" "(Real-time server monitoring in CLI)" OFF \
+"ClamAV" "(Antivirus for Nextcloud and files)" OFF \
"Midnight Commander" "(CLI file manager)" OFF \
-"FullTextSearch" "(Elasticsearch for Nextcloud [2GB RAM])" OFF \
"Pico CMS" "(Leightweight CMS integration in Nextcloud)" OFF \
-"PreviewGenerator" "(Pre-generate previews for Nextcloud)" "$STARTUP_SWITCH" \
-"Notify Push" "(High Performance Files Backend for Nextcloud)" OFF \
-"LDAP" "(Windows Active directory for Nextcloud)" OFF \
-"Talk" "(Video calls and chat for Nextcloud)" OFF \
-"Webmin" "(Server GUI like Cpanel)" "$STARTUP_SWITCH" \
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
"Face Recognition" "(Scan your photos for faces in Nextcloud)" OFF \
"SMB-mount" "(Mount SMB-shares from your local network)" OFF 3>&1 1>&2 2>&3)
diff --git a/menu/server_configuration.sh b/menu/server_configuration.sh
index 2b2ec57f..4adf9b6d 100644
--- a/menu/server_configuration.sh
+++ b/menu/server_configuration.sh
@@ -46,15 +46,15 @@ fi
choice=$(whiptail --title "$TITLE" --checklist \
"Choose what you want to configure
$CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
-"Static IP" "(Set static IP in Ubuntu with netplan.io)" OFF \
-"Security" "(Add extra security based on this http://goo.gl/gEJHi7)" OFF \
"deSEC" "(Automatically set up a dedyn.io domain, together with DDNS and TLS)" "$STARTUP_SWITCH" \
"DDclient Configuration" "(Use ddclient for automatic DDNS updates)" OFF \
"Activate TLS" "(Enable HTTPS with Let's Encrypt)" "$ACTIVATE_TLS_SWITCH" \
-"GeoBlock" "(Only allow certain countries to access your server)" OFF \
-"Automatic updates" "(Automatically update your server every week on Sundays)" OFF \
"SMTP Mail" "(Enable being notified by mail from your server)" OFF \
+"Static IP" "(Set static IP in Ubuntu with netplan.io)" OFF \
+"Automatic updates" "(Automatically update your server every week on Sundays)" OFF \
+"GeoBlock" "(Only allow certain countries to access your server)" OFF \
"Disk Monitoring" "(Check for S.M.A.R.T errors on your disks)" OFF \
+"Security" "(Add extra security based on this http://goo.gl/gEJHi7)" OFF \
"Daily Backup Wizard" "([BETA] Create a Daily Backup script)" OFF 3>&1 1>&2 2>&3)
case "$choice" in