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

This commit is contained in:
Nathan Fretz 2024-08-07 20:47:03 +10:00 committed by GitHub
parent 57cef04c92
commit 4835549f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 16 deletions

View File

@ -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}

View File

@ -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)
⚠️ 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".
- 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 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