mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update BTC RPC Explorer with RPC Terminal Functionality (#1319)
This commit is contained in:
parent
57cef04c92
commit
4835549f94
|
@ -32,4 +32,4 @@ services:
|
||||||
BTCEXP_NO_RATES: "true"
|
BTCEXP_NO_RATES: "true"
|
||||||
# Disable RPC
|
# Disable RPC
|
||||||
BTCEXP_RPC_ALLOWALL: "false"
|
BTCEXP_RPC_ALLOWALL: "false"
|
||||||
BTCEXP_BASIC_AUTH_PASSWORD: ""
|
BTCEXP_BASIC_AUTH_PASSWORD: ${APP_PASSWORD}
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: btc-rpc-explorer
|
id: btc-rpc-explorer
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: BTC RPC Explorer
|
name: BTC RPC Explorer
|
||||||
version: "3.4.0"
|
version: "3.4.0-rpc"
|
||||||
tagline: Simple, database-free blockchain explorer
|
tagline: Simple, database-free blockchain explorer
|
||||||
description: >-
|
description: >-
|
||||||
BTC RPC Explorer is a full-featured, self-hosted explorer for the
|
BTC RPC Explorer is a full-featured, self-hosted explorer for the
|
||||||
|
@ -16,20 +16,13 @@ description: >-
|
||||||
|
|
||||||
It's time to appreciate the "fullness" of your node.
|
It's time to appreciate the "fullness" of your node.
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This update brings several changes to BTC RPC Explorer, including:
|
This update brings RPC Browser and RPC Terminal features to BTC RPC Explorer on umbrelOS.
|
||||||
|
|
||||||
- Several new API actions/changes (some breaking)
|
|
||||||
|
|
||||||
- Homepage additions such as a "Next Halving" widget.
|
|
||||||
|
|
||||||
- New curated list of Bitcoin "Holidays"
|
|
||||||
|
|
||||||
- Refreshed "Dark" theme with blues toned down (legacy dark theme still available)
|
|
||||||
|
|
||||||
- and more!
|
|
||||||
|
|
||||||
|
|
||||||
Full release notes are available at https://github.com/janoside/btc-rpc-explorer/releases/tag/v3.4.0
|
⚠️ A username and password is now required to access the explorer due to the new RPC Browser and RPC Terminal features. You can find your unique credentials by right-clicking on the BTC RPC Explorer app icon on the umbrelOS homescreen and selecting "Show default credentials".
|
||||||
|
|
||||||
|
|
||||||
|
Full release notes for BTC RPC Explorer versions are available at https://github.com/janoside/btc-rpc-explorer/releases
|
||||||
developer: Dan Janosik
|
developer: Dan Janosik
|
||||||
website: https://bitcoinexplorer.org/
|
website: https://bitcoinexplorer.org/
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -43,7 +36,7 @@ gallery:
|
||||||
- 2.jpg
|
- 2.jpg
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: "umbrel"
|
||||||
defaultPassword: ""
|
deterministicPassword: true
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/334
|
submission: https://github.com/getumbrel/umbrel/pull/334
|
||||||
|
|
Loading…
Reference in New Issue
Block a user