mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 09:59:16 +00:00
22 lines
741 B
JSON
22 lines
741 B
JSON
{
|
|
"name": "LNDg",
|
|
"is_beta": true,
|
|
"short_name": "lndg",
|
|
"latest_version": "v1.0.5",
|
|
"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_default_status_text": "Lightning Tool",
|
|
"app_tile_running_status_text": "Running",
|
|
"app_tile_button_onclick": "open_app_in_new_tab({HTTP_PORT})",
|
|
"can_uninstall": true,
|
|
"can_enable_disable": true,
|
|
"show_on_application_page": true,
|
|
"show_on_homepage": true,
|
|
"port": 3000,
|
|
"homepage_order": 99
|
|
} |