mirror of
https://github.com/Retropex/mynode.git
synced 2025-06-02 15:22:30 +02:00
Minor updates
This commit is contained in:
parent
91da7093e8
commit
f7adb48e17
@ -250,7 +250,7 @@
|
|||||||
"homepage_order": 23
|
"homepage_order": 23
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"comment": "Keep shortname as joininbox so upgrades work",
|
"comment": "===== Keep shortname as joininbox so upgrades work =====",
|
||||||
"name": "JoinMarket",
|
"name": "JoinMarket",
|
||||||
"short_name": "joininbox",
|
"short_name": "joininbox",
|
||||||
"author": {"name": "AdamISZ", "link":"https://github.com/AdamISZ"},
|
"author": {"name": "AdamISZ", "link":"https://github.com/AdamISZ"},
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
"can_reinstall": true,
|
"can_reinstall": true,
|
||||||
"can_enable_disable": true,
|
"can_enable_disable": true,
|
||||||
"is_beta": false,
|
"is_beta": false,
|
||||||
"is_premium": false,
|
"is_premium": true,
|
||||||
"homepage_section": "apps",
|
"homepage_section": "apps",
|
||||||
"homepage_order": 91,
|
"homepage_order": 91,
|
||||||
"app_type": "custom",
|
"app_type": "custom",
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
{% if device_arch == "aarch64" %}
|
{% if device_arch == "aarch64" %}
|
||||||
64-bit
|
64-bit
|
||||||
{% else %}
|
{% else %}
|
||||||
32-bit<br/><br/><small>* It is recommended to upgrade to a <a href="https://mynodebtc.com/download" target="_blank">64-bit image</a>. Some apps can no longer be updated on 32-bit.</small>
|
32-bit<br/><br/><small>* It is recommended to upgrade to a 64-bit image by reflashing your SD card. Some apps can no longer be updated on 32-bit.
|
||||||
|
The image can be downloaded <a href="https://mynodebtc.com/download" target="_blank">here</a> and a guide is <a href="https://mynodebtc.github.io/advanced/flash-sd-card.html" target="_blank">available</a>.</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
@ -31,6 +31,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version_var
|
|||||||
#{"name": "JoinMarket-Org/joinmarket-clientserver", "current_version_variable": "JOINMARKET_VERSION"}, # Old, now use within joininbox
|
#{"name": "JoinMarket-Org/joinmarket-clientserver", "current_version_variable": "JOINMARKET_VERSION"}, # Old, now use within joininbox
|
||||||
{"name": "curly60e/pyblock", "current_version_variable": "PYBLOCK_VERSION"},
|
{"name": "curly60e/pyblock", "current_version_variable": "PYBLOCK_VERSION"},
|
||||||
{"name": "cryptosharks131/lndg", "dynamic_app_name": "lndg"},
|
{"name": "cryptosharks131/lndg", "dynamic_app_name": "lndg"},
|
||||||
|
{"name": "Lily-Technologies/lily-wallet", "dynamic_app_name": "lilywallet"},
|
||||||
]
|
]
|
||||||
|
|
||||||
# Apps that don't work or are not on GitHub
|
# Apps that don't work or are not on GitHub
|
||||||
|
Loading…
Reference in New Issue
Block a user