umbrel-apps/btcpay-server/umbrel-app.yml

54 lines
2.0 KiB
YAML
Raw Normal View History

2022-05-16 13:30:51 +00:00
manifestVersion: 1
2022-04-20 20:32:07 +00:00
id: btcpay-server
category: bitcoin
2022-04-20 20:32:07 +00:00
name: BTCPay Server
2024-07-25 05:43:50 +00:00
version: "1.13.5"
2022-04-20 20:32:07 +00:00
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.
Payments 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.
You can not only 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.
2022-04-20 20:32:07 +00:00
Please 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, unless you configure the dynamic DNS feature (see: https://docs.btcpayserver.org/Deployment/DynamicDNS).
2022-04-20 20:32:07 +00:00
developer: BTCPay Server Foundation
website: https://btcpayserver.org
dependencies:
2022-05-28 10:23:39 +00:00
- bitcoin
- lightning
2022-04-20 20:32:07 +00:00
repo: https://github.com/btcpayserver/btcpayserver
support: https://chat.btcpayserver.org
port: 3003
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
2024-07-25 05:43:50 +00:00
This update brings BTCPay Server to version 1.13.5, and includes various new features, bug fixes, and improvements.
2023-11-11 05:41:16 +00:00
Highlights:
2024-02-23 19:21:33 +00:00
2024-07-25 05:43:50 +00:00
- Checkout now displays an item description if one is available
2024-07-25 05:43:50 +00:00
- Crashed plugins are now automatically disabled on the dashboard
2024-07-25 05:43:50 +00:00
- Refunds have now been added to reports
2024-07-25 05:43:50 +00:00
- General improvments to the POS, receipts, and invoices
2024-02-23 19:21:33 +00:00
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353