Browse Source

Clarify BTCPay remote connection behaviour (#1008)

revert-major-changes
Luke Childs 3 years ago
committed by GitHub
parent
commit
43187228b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json

2
apps/registry.json

@ -435,7 +435,7 @@
"name": "BTCPay Server", "name": "BTCPay Server",
"version": "1.2.3", "version": "1.2.3",
"tagline": "Accept Bitcoin payments with 0 fees & no 3rd party", "tagline": "Accept Bitcoin payments with 0 fees & no 3rd party",
"description": "BTCPay Server is a payment processor that allows you to receive payments in Bitcoin (and altcoins) directly, with no fees, transaction cost or a middleman. It is a non-custodial invoicing system which eliminates the involvement of a third-party.\n\nPayments with BTCPay Server go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to your Umbrel. There is no address re-use, since each invoice generates a new address deriving from your xpubkey.\n\nYou can not only to attach an unlimited number of stores and use the Lightning Network but also become a payment processor for others. Thanks to the apps built on top of it, you can use BTCPay to receive donations, start a crowdfunding campaign or have an in-store Point of Sale.", "description": "BTCPay Server is a payment processor that allows you to receive payments in Bitcoin (and altcoins) directly, with no fees, transaction cost or a middleman. It is a non-custodial invoicing system which eliminates the involvement of a third-party.\n\nPayments with BTCPay Server go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to your Umbrel. There is no address re-use, since each invoice generates a new address deriving from your xpubkey.\n\nYou can not only to attach an unlimited number of stores and use the Lightning Network but also become a payment processor for others. Thanks to the apps built on top of it, you can use BTCPay to receive donations, start a crowdfunding campaign or have an in-store Point of Sale.\n\nPlease note: Due to your BTCPay instance running on your local network connecting remote applications, such as Shopify or WordPress for example, will fail to connect.",
"developer": "BTCPay Server Foundation", "developer": "BTCPay Server Foundation",
"website": "https://btcpayserver.org", "website": "https://btcpayserver.org",
"dependencies": [ "dependencies": [

Loading…
Cancel
Save