mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
Upgrade LNDg to v1.8.0
This commit is contained in:
parent
2bc97f798e
commit
b08f29ca16
|
@ -8,7 +8,7 @@
|
|||
"description": [
|
||||
"Lite GUI web interface to analyze lnd data and manage your node with automation."
|
||||
],
|
||||
"latest_version": "v1.7.1",
|
||||
"latest_version": "v1.8.0",
|
||||
"linux_user": "lndg",
|
||||
"download_source_url": "https://github.com/cryptosharks131/lndg/archive/refs/tags/{VERSION}.tar.gz",
|
||||
"install_env_vars": {"var1":"val2", "var2": "val2"},
|
||||
|
|
|
@ -41,6 +41,6 @@ echo "" >> lndg/settings.py
|
|||
echo "SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')" >> lndg/settings.py
|
||||
|
||||
# Load initial data
|
||||
.venv/bin/python jobs.py
|
||||
#.venv/bin/python jobs.py
|
||||
|
||||
echo "==================== DONE INSTALLING APP ===================="
|
Loading…
Reference in New Issue
Block a user