Upgrade LNDg to v1.8.0

This commit is contained in:
Taylor Helsper 2024-05-10 00:24:30 -05:00
parent 2bc97f798e
commit b08f29ca16
2 changed files with 2 additions and 2 deletions

View File

@ -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"},

View File

@ -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 ===================="