mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Merge pull request #3681 from rootzoll/3678-sphinx
#3678 fix sphinx install
This commit is contained in:
commit
cbf7d9a7ca
1 changed files with 2 additions and 3 deletions
|
@ -107,7 +107,7 @@ iOS support is native, Android needs Orbot"
|
|||
text="${text}\n
|
||||
At the moment your Sphinx Relay Server is just available
|
||||
within the local network - without transport encryption.
|
||||
Local server for test & debug: ${publicURL}/app"#\n
|
||||
Local server for test & debug: ${publicURL}/app#\n
|
||||
To enable easy reachability from the outside consider
|
||||
adding a IP2TOR Bridge and reconnect:
|
||||
MAINMENU > SUBSCRIBE > IP2TOR > SPHINX"
|
||||
|
@ -132,8 +132,7 @@ MAINMENU > SUBSCRIBE > IP2TOR > SPHINX"
|
|||
BUT TO MAKE THIS WORK:\n
|
||||
It needs an additional Domain with LetsEncrypt certificate for HTTPS: Go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain\n
|
||||
(or cancel the IP2Tor & just use sphinx within local network)"
|
||||
whiptail --title " Warning " \
|
||||
--msgbox "${text}" 15 72
|
||||
whiptail --title " Warning " --msgbox "${text}" 15 72
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue