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
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-08-15 00:09:23 +0300
committerGitHub <noreply@github.com>2020-08-15 00:09:23 +0300
commit32bfadcb006598bb198320f0f0166cd1446ac21f (patch)
treef0f61b07bafb48a97026e8a11cb45c1bc33f5695 /apps/tmbitwarden.sh
parent8253119abd2ffc6e8914584dad62e84cc1255ec1 (diff)
require more RAM and add headers
Diffstat (limited to 'apps/tmbitwarden.sh')
-rw-r--r--apps/tmbitwarden.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh
index b091e938..b51bbdaa 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -59,7 +59,7 @@ To run this script again, execute $SCRIPTS/menu.sh and choose Additional Apps --
fi
# Test RAM size (3 GB min) + CPUs (min 2)
-ram_check 3 Bitwarden
+ram_check 4 Bitwarden
cpu_check 2 Bitwarden
msg_box "IMPORTANT, PLEASE READ!
@@ -179,6 +179,7 @@ a2enmod proxy
a2enmod proxy_wstunnel
a2enmod proxy_http
a2enmod ssl
+a2enmod headers
if [ -f "$HTTPS_CONF" ]
then