mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +01:00
adapt btcpay
This commit is contained in:
parent
fbc4bf86fd
commit
8a28489ec9
1 changed files with 7 additions and 7 deletions
|
@ -10,16 +10,16 @@ WIDTH=73
|
||||||
CHOICE_HEIGHT=2
|
CHOICE_HEIGHT=2
|
||||||
BACKTITLE="RaspiBlitz"
|
BACKTITLE="RaspiBlitz"
|
||||||
TITLE="BTCPay Server Install"
|
TITLE="BTCPay Server Install"
|
||||||
MENU="Choose 'DOMAIN' if you want to use a Domain Name or dynamicDNS
|
MENU="Choose 'TOR' if you want to set up BTCPayServer
|
||||||
|
as a Tor Hidden service and use a self signed SSL certificate.\n\n
|
||||||
|
Choose 'DOMAIN' if you want to use a Domain Name or dynamicDNS
|
||||||
pointing to your public IP. You will need to forward ports from your
|
pointing to your public IP. You will need to forward ports from your
|
||||||
router to your RaspiBlitz and an email address to be used for
|
router to your RaspiBlitz and an email address to be used for
|
||||||
communication about the SSL certificate.\n\n
|
communication about the SSL certificate (very experimental).\n\n
|
||||||
Choose 'TOR' if you want to set up BTCPayServer
|
|
||||||
as a Tor Hidden service and use a self signed SSL certificate.\n\n
|
|
||||||
For details or troubleshoot check for 'BTCPay'
|
For details or troubleshoot check for 'BTCPay'
|
||||||
in README of https://github.com/rootzoll/raspiblitz"
|
in README of https://github.com/rootzoll/raspiblitz"
|
||||||
OPTIONS=(DOMAIN "use a Domain Name or dynamicDNS" \
|
OPTIONS=(TOR "Tor access and a self-signed certificate"\
|
||||||
TOR "Tor access and a self-signed certificate")
|
DOMAIN "(Dynamic) Domain Name (experimental)")
|
||||||
|
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "$BACKTITLE" \
|
--backtitle "$BACKTITLE" \
|
||||||
|
@ -317,7 +317,7 @@ proxy_set_header Proxy \"\";
|
||||||
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 23001 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
return 301 https://\$host\$request_uri;
|
return 301 https://\$host\$request_uri;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue