mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 06:28:07 +00:00
Add pool to apps page
This commit is contained in:
parent
874c551841
commit
5edea008b1
|
@ -21,8 +21,10 @@ if [ "$APP" = "bitcoin" ]; then
|
|||
rm -f $BTC_VERSION_FILE
|
||||
elif [ "$APP" = "lnd" ]; then
|
||||
rm -f $LND_VERSION_FILE
|
||||
elif [ "$APP" = "loopd" ]; then
|
||||
elif [ "$APP" = "loop" ]; then
|
||||
rm -f $LOOP_VERSION_FILE
|
||||
elif [ "$APP" = "pool" ]; then
|
||||
rm -f $POOL_VERSION_FILE
|
||||
elif [ "$APP" = "btcrpcexplorer" ]; then
|
||||
rm -f $BTCRPCEXPLORER_VERSION_FILE
|
||||
elif [ "$APP" = "caravan" ]; then
|
||||
|
|
|
@ -19,6 +19,7 @@ def caravan_page():
|
|||
apps.append({"name":"Bitcoin", "short_name": "bitcoin"})
|
||||
apps.append({"name":"LND", "short_name": "lnd"})
|
||||
apps.append({"name":"Loop", "short_name": "loop"})
|
||||
apps.append({"name":"Pool", "short_name": "pool"})
|
||||
#apps.append({"name":"Electrum Server", "short_name": "electrs"})
|
||||
apps.append({"name":"BTC RPC Explorer", "short_name": "btcrpcexplorer"})
|
||||
apps.append({"name":"Corsproxy", "short_name": "corsproxy"})
|
||||
|
|
|
@ -799,7 +799,7 @@
|
|||
<option value="dojo">Dojo</option>
|
||||
<option value="joinmarket">JoinMarket</option>
|
||||
<option value="lnbits">Lnbits</option>
|
||||
<option value="loopd">Lightning Loop</option>
|
||||
<option value="loop">Lightning Loop</option>
|
||||
<option value="webssh2">Linux Terminal</option>
|
||||
<option value="lndconnect">LND Connect</option>
|
||||
<option value="lndhub">LNDHub</option>
|
||||
|
|
Loading…
Reference in New Issue
Block a user