From 8a28489ec9a5930ef5d0dbd2b214a92143fbc2b0 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 27 Jan 2020 04:59:54 +0100 Subject: [PATCH] adapt btcpay --- home.admin/config.scripts/bonus.btcpaysetdomain.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home.admin/config.scripts/bonus.btcpaysetdomain.sh b/home.admin/config.scripts/bonus.btcpaysetdomain.sh index 26f880663..516d601ff 100644 --- a/home.admin/config.scripts/bonus.btcpaysetdomain.sh +++ b/home.admin/config.scripts/bonus.btcpaysetdomain.sh @@ -10,16 +10,16 @@ WIDTH=73 CHOICE_HEIGHT=2 BACKTITLE="RaspiBlitz" 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 router to your RaspiBlitz and an email address to be used for -communication about the SSL certificate.\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 +communication about the SSL certificate (very experimental).\n\n For details or troubleshoot check for 'BTCPay' in README of https://github.com/rootzoll/raspiblitz" -OPTIONS=(DOMAIN "use a Domain Name or dynamicDNS" \ - TOR "Tor access and a self-signed certificate") +OPTIONS=(TOR "Tor access and a self-signed certificate"\ + DOMAIN "(Dynamic) Domain Name (experimental)") CHOICE=$(dialog --clear \ --backtitle "$BACKTITLE" \ @@ -317,7 +317,7 @@ proxy_set_header Proxy \"\"; server { - listen 80 default_server; + listen 23001 default_server; server_name _; return 301 https://\$host\$request_uri; }