mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02: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"
|
||||
# Disable RPC
|
||||
BTCEXP_RPC_ALLOWALL: "false"
|
||||
BTCEXP_BASIC_AUTH_PASSWORD: ""
|
||||
BTCEXP_BASIC_AUTH_PASSWORD: ${APP_PASSWORD}
|
||||
|
@ -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:
|
||||
|
||||
- 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!
|
||||
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".
|
||||
|
||||
|
||||
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…
Reference in New Issue
Block a user