Upgrade LNbits to v0.10

This commit is contained in:
Taylor Helsper 2023-03-09 21:51:35 -06:00
parent 4343c02f44
commit ee1e3c4a0d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ server {
proxy_pass http://127.0.0.1:5000;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
#proxy_set_header Connection 'upgrade'; # No longer needed post v0.10
proxy_http_version 1.1;
include /etc/nginx/mynode/mynode_ssl_proxy_params.conf;

View File

@ -123,7 +123,7 @@ BTCRPCEXPLORER_VERSION=$(get_app_version "$BTCRPCEXPLORER_VERSION" "btcrpcexplor
BTCRPCEXPLORER_VERSION_FILE=/home/bitcoin/.mynode/btcrpcexplorer_version
BTCRPCEXPLORER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/btcrpcexplorer_version_latest
LNBITS_VERSION="0.9.7"
LNBITS_VERSION="0.10"
LNBITS_VERSION=$(get_app_version "$LNBITS_VERSION" "lnbits")
LNBITS_VERSION_FILE=/home/bitcoin/.mynode/lnbits_version
LNBITS_LATEST_VERSION_FILE=/home/bitcoin/.mynode/lnbits_version_latest