Browse Source

Update BTC RPC Explorer with RPC Terminal Functionality (#1319)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
4835549f94
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      btc-rpc-explorer/docker-compose.yml
  2. 23
      btc-rpc-explorer/umbrel-app.yml

2
btc-rpc-explorer/docker-compose.yml

@ -32,4 +32,4 @@ services:
BTCEXP_NO_RATES: "true"
# Disable RPC
BTCEXP_RPC_ALLOWALL: "false"
BTCEXP_BASIC_AUTH_PASSWORD: ""
BTCEXP_BASIC_AUTH_PASSWORD: ${APP_PASSWORD}

23
btc-rpc-explorer/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: btc-rpc-explorer
category: bitcoin
name: BTC RPC Explorer
version: "3.4.0"
version: "3.4.0-rpc"
tagline: Simple, database-free blockchain explorer
description: >-
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.
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.
⚠️ 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".
- 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
Full release notes for BTC RPC Explorer versions are available at https://github.com/janoside/btc-rpc-explorer/releases
developer: Dan Janosik
website: https://bitcoinexplorer.org/
dependencies:
@ -43,7 +36,7 @@ gallery:
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
defaultUsername: "umbrel"
deterministicPassword: true
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/334

Loading…
Cancel
Save