docker-compose-generator Lightning Terminal: Upgrade to v0.13.5 (btcpayserver#963) Dec 10, 2024 docs Use path consistently in examples (btcpayserver#799) Jun 14, 2023 .gitattributes generate-docker-compose should use docker, add .sh May 6, 2018 .gitignore Upgraded and refactored Traefik (btcp...
btcpay-restart.sh Mac os support (btcpayserver#156) Jun 24, 2019 btcpay-restore.sh Backup: Add optional MariaDB (btcpayserver#706) Oct 19, 2022 btcpay-setclocale.sh change file name which bug updates Jun 6, 2018 btcpay-setup.sh Update docker-compose (btcpayserver#863) Dec 26, 2023 btcp...
postgres=User ID=<your db user>;Password=<your db password>;Host=localhost;Port=5432;Database=btcpayserver; 根据你的设置更改突出显示的变量variables。 检查一切是否正常。 /usr/bin/dotnet run -p ~i/source/btcpayserver/BTCPayServer/BTCPayServer.csproj -c ~/.btcpayserver/Main/settings.config --net...
BTC.lightning=type=lnd-rest;server=https://127.0.0.1:8080/;macaroonfilepath=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon;certthumbprint=<finger print> postgres=User ID=<your db user>;Password=<your db password>;Host=localhost;Port=5432;Database=btcpayserver; 根据你的设置更改突出显示的变量v...
We will be using the BTCPay Docker, which simplifies the setup process. It’s not recommended to set up BTCPay manually in a production environment. Step 1: Install Docker on Ubuntu 22.04 Server Docker is included in the Ubuntu software repository. However, to ensure that we have the latest...
With this release we upgrade to .NET 8, which also requires a current version of the Docker engine for docker deployments (>= 20.10.10). We will try to migrate outdated versions when upgrading BTCPay Server, but if you see thesesymptomsafter updating, pleaseupgrade Docker engine manually. ...
# Login as root sudo su - # Create a folder for BTCPay mkdir BTCPayServer cd BTCPayServer # Clone this repository git clone https://github.com/btcpayserver/btcpayserver-docker cd btcpayserver-docker # Run btcpay-setup.sh with the right parameters export BTCPAY_HOST="btcpay.EXAMPLE.com" expor...
Production Add snapdrop (btcpayserver#902) Jun 5, 2024 Tools Remove bitcoin taproot cc Oct 8, 2021 Traefik Fix typo (btcpayserver#771) Apr 14, 2023 contrib bump BTCPay Nov 14, 2024 docker-compose-generator bump BTCPay Nov 14, 2024 docs Use path consistently in examples (btcpayserver#799) ...
# Login as root sudo su - # Create a folder for BTCPay mkdir BTCPayServer cd BTCPayServer # Clone this repository git clone https://github.com/btcpayserver/btcpayserver-docker cd btcpayserver-docker # Run btcpay-setup.sh with the right parameters export BTCPAY_HOST="btcpay.EXAMPLE.com" expor...
btcpay-clean.sh Do not cleanup the docker-compose-generator Sep 23, 2019 btcpay-down.sh Mac os support (btcpayserver#156) Jun 24, 2019 btcpay-restart.sh Mac os support (btcpayserver#156) Jun 24, 2019 btcpay-restore.sh Backup script and docs finetuning (btcpayserver#655) Jun 6, 2022 bt...