BTCPayServer
官方Docker 应用程序 from Raccommode's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:49392]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
BTCPay Server web interface and internal API port. Container port: 49392.
- 目标
- 49392
- 默认值
- 49392
- 价值
- 49392
Persistent BTCPay Server data directory. Back this directory up before processing real payments.
- 目标
- /datadir
- 默认值
- /mnt/user/appdata/btcpayserver
- 价值
- /mnt/user/appdata/btcpayserver
Persistent BTCPay Server plugins directory.
- 目标
- /root/.btcpayserver/Plugins
- 默认值
- /mnt/user/appdata/btcpayserver/plugins
- 价值
- /mnt/user/appdata/btcpayserver/plugins
Address and port BTCPay binds to inside the container.
- 目标
- BTCPAY_BIND
- 默认值
- 0.0.0.0:49392
- 价值
- 0.0.0.0:49392
Bitcoin network. Use mainnet, testnet, signet, or regtest.
- 目标
- BTCPAY_NETWORK
- 默认值
- mainnet
- 价值
- mainnet
Comma-separated crypto chains enabled in BTCPay. This template defaults to Bitcoin only.
- 目标
- BTCPAY_CHAINS
- 默认值
- btc
- 价值
- btc
Optional public hostname, for example btcpay.example.com. Use a reverse proxy for HTTPS when exposing BTCPay outside your LAN.
- 目标
- BTCPAY_HOST
BTCPay root path when served from a subpath. Use / for normal deployments.
- 目标
- BTCPAY_ROOTPATH
- 默认值
- /
- 价值
- /
Required Postgres connection string for the BTCPay Server database.
- 目标
- BTCPAY_POSTGRES
- 默认值
- User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;Database=btcpayservermainnet
- 价值
- User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;Database=btcpayservermainnet
Required Postgres connection string for NBXplorer data, used by BTCPay to read explorer state.
- 目标
- BTCPAY_EXPLORERPOSTGRES
- 默认值
- User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;MaxPoolSize=80;Database=nbxplorermainnet
- 价值
- User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;MaxPoolSize=80;Database=nbxplorermainnet
Required NBXplorer URL for Bitcoin, for example http://nbxplorer:32838/ on a custom Docker network or http://UNRAID-IP:32838/.
- 目标
- BTCPAY_BTCEXPLORERURL
- 默认值
- http://nbxplorer:32838/
- 价值
- http://nbxplorer:32838/
Marks this BTCPay instance as Docker-deployed. Use true or false.
- 目标
- BTCPAY_DOCKERDEPLOYMENT
- 默认值
- true
- 价值
- true
Prevents BTCPay from assuming a chain without explicit chain variables. Use true or false.
- 目标
- BTCPAY_NODEFAULTCHAIN
- 默认值
- true
- 价值
- true
Release URL used by BTCPay to check for new versions.
- 目标
- BTCPAY_UPDATEURL
- 默认值
- https://api.github.com/repos/btcpayserver/btcpayserver/releases/latest
- 价值
- https://api.github.com/repos/btcpayserver/btcpayserver/releases/latest
Debug log filename under the BTCPay data directory.
- 目标
- BTCPAY_DEBUGLOG
- 默认值
- btcpay.log
- 价值
- btcpay.log
Optional Bitcoin Lightning connection string. For example, type=clightning;server=unix://etc/clightning_bitcoin/lightning-rpc, or leave blank to configure later in BTCPay.
- 目标
- BTCPAY_BTCLIGHTNING
详细信息
btcpayserver/btcpayserver:2.3.9在Unraid 上运行 BTCPayServer 。
BTCPayServer 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。