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-09-17 12:23:40 +0300
committerGitHub <noreply@github.com>2020-09-17 12:23:40 +0300
commit9d41d1b274c833acc2a49ed1c22862ce400921d9 (patch)
treefc1a09d7025598e6b1b97ab87326c5a8ab94fd2b /apps/tmbitwarden.sh
parent567c2759c9a48cc07a60c6f93fcd6fb34988ec7a (diff)
Revert "create open_port function to automatically open ports over upnp (#1464)" (#1468)
This reverts commit 567c2759c9a48cc07a60c6f93fcd6fb34988ec7a. I commited the wrong PR!
Diffstat (limited to 'apps/tmbitwarden.sh')
-rw-r--r--apps/tmbitwarden.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh
index 3eb47cb6..7e725889 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -56,16 +56,10 @@ It's a good idea to read that before you start this script.
Please also report any issues regarding this script setup to $ISSUES"
msg_box "The necessary preparations to run expose Bitwarden to the internet are:
-1. Please open port 443 and 80 and point to this server. (You will be asked if you want to use UPNP to open those ports automatically in the next step.)
+1. Please open port 443 and 80 and point to this server.
2. Please create a DNS record for your subdomain and point that to this server.
3. Raise the amount of RAM to this server to at least 4 GB."
-if yesno_box_no "Do you want to use UPNP to open those ports?"
-then
- open_port 80 TCP
- open_port 443 TCP
-fi
-
if ! yesno_box_yes "Have you made the necessary preparations?"
then
msg_box "OK, please do the necessary preparations before you run this script and then simply run it again once you're done.