mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-27 23:25:40 +00:00
Update apps
This commit is contained in:
parent
ab3d856781
commit
4e2714919b
|
@ -99,7 +99,7 @@
|
||||||
"id": "btcpay-server",
|
"id": "btcpay-server",
|
||||||
"name": "BTCPay Server",
|
"name": "BTCPay Server",
|
||||||
"repo": "https://github.com/btcpayserver/btcpayserver",
|
"repo": "https://github.com/btcpayserver/btcpayserver",
|
||||||
"version": "1.3.7"
|
"version": "1.4.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "btc-rpc-explorer",
|
"id": "btc-rpc-explorer",
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"id": "btcpay-server",
|
"id": "btcpay-server",
|
||||||
"name": "BTCPay Server",
|
"name": "BTCPay Server",
|
||||||
"repo": "https://github.com/btcpayserver/btcpayserver",
|
"repo": "https://github.com/btcpayserver/btcpayserver",
|
||||||
"version": "1.3.7"
|
"version": "1.4.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "btc-rpc-explorer",
|
"id": "btc-rpc-explorer",
|
||||||
|
|
|
@ -8,11 +8,11 @@ version: 1
|
||||||
metadata:
|
metadata:
|
||||||
category: Payments
|
category: Payments
|
||||||
name: BTCPay Server
|
name: BTCPay Server
|
||||||
version: 1.3.7
|
version: 1.4.0
|
||||||
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
|
||||||
description: >-
|
payment processor.
|
||||||
BTCPay Server is a free and open-source Bitcoin payment processor which allows you to accept bitcoin without fees or intermediaries.
|
description: "BTCPay Server is a free and open-source Bitcoin payment processor
|
||||||
|
which allows you to accept bitcoin without fees or intermediaries. "
|
||||||
developer: BTCPay Server Foundation
|
developer: BTCPay Server Foundation
|
||||||
website: https://btcpayserver.org
|
website: https://btcpayserver.org
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -45,7 +45,7 @@ containers:
|
||||||
permissions:
|
permissions:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
- name: web
|
- name: web
|
||||||
image: btcpayserver/btcpayserver:1.3.7@sha256:0649db998e1997738c6866b9dbcaf86fd5b244308e01026f37c9a85d9ef370ed
|
image: btcpayserver/btcpayserver:1.4.0@sha256:aa4297168f7ec9a04ec28b9ba5bc9bd45e8e62fbc8586b5790c1de99961a08bd
|
||||||
port: 1234
|
port: 1234
|
||||||
depends_on:
|
depends_on:
|
||||||
- nbxplorer
|
- nbxplorer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user