mynode/rootfs/standard/usr/share/mynode_apps/lndg/lndg.json
Taylor Helsper fa09e6efbc Up[date LNDg
2022-07-05 22:06:36 -05:00

38 lines
1.6 KiB
JSON

{
"name": "LNDg",
"short_name": "lndg",
"author": {"name": "cryptosharks131", "link":""},
"website": {"name": "GitHub", "link": "https://github.com/cryptosharks131/lndg"},
"category": "lightning_app",
"short_description": "Lightning Tool",
"description": [
"Lite GUI web interface to analyze lnd data and manage your node with automation."
],
"latest_version": "v1.1.2",
"linux_user": "lndg",
"targz_download_url": "https://github.com/cryptosharks131/lndg/archive/refs/tags/{VERSION}.tar.gz",
"install_env_vars": {"var1":"val2", "var2": "val2"},
"http_port": "8889",
"https_port": "8890",
"requires_lightning": true,
"hide_status_icon": false,
"app_tile_running_status_text": "Running",
"app_tile_button_text": "Info",
"app_tile_button_href": "/app/lndg/info",
"app_page_show_open_button": true,
"app_page_content": [
{"heading": "Instructions",
"content": [
"LNDg is a lite GUI web interface to analyze lnd data and manage your node with automation. You can open the app with the Open button on the left.",
"Once open, you will need to login. The default credentials are 'admin' and 'bolt'.",
"After logging in, you can view your lighting node's information and open channels, close channels, rebalance channels, and update fee rates.",
"Enjoy!"
]}
],
"can_uninstall": true,
"can_enable_disable": true,
"show_on_application_page": true,
"show_on_homepage": true,
"show_on_status_page": true,
"homepage_order": 99
}