Commit graph

5 commits

Author SHA1 Message Date
GaltRanch
8f7ec5e6ad Remove broken ColdCore integration
ColdCore was non-functional due to literal '$HOME' paths that never
expanded, making all file checks always fail. The upstream project
(jamesob/coldcore) is experimental/alpha and requires Coldcard
hardware, limiting its audience.

Removed: callColdCore() function, menu entry "I" (ColdCore), and
handlers from PyBlock.py, SPV/spvblock.py, and umbrel-app.yml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 09:38:15 -03:00
GaltRanch
c50a8797fc Add gallery screenshots for Umbrel App Store
4 screenshots showing PyBLOCK in action:
- 1.png: Main menu with Rich panels
- 2.png: Bitcoin submenu with categorized columns
- 3.png: Block visualizer treemap
- 4.png: TUI dashboard

Updated umbrel-app.yml gallery references to .png format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:47:33 -03:00
GaltRanch
42a02ae933 Add PyBLOCK logo PNG to Umbrel app directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:44:44 -03:00
GaltRanch
b152c96038 Add Umbrel app icon and submission documentation
- icon.svg: 256x256 cyberpunk Bitcoin icon with animated cursor,
  grid lines, Bitcoin B symbol gradient, and PyBLOCK text
- README.md: Testing instructions, submission steps, env var reference,
  and multi-arch Docker build commands

Gallery screenshots (1.jpg, 2.jpg, 3.jpg) to be added after
capturing from a running instance.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:38:50 -03:00
GaltRanch
667d5b6ae0 Add Umbrel app manifest and docker-compose configuration
umbrel/docker-compose.yml:
- app_proxy service for Umbrel authentication
- Web service with ttyd on port 6969
- Volume mounts: persistent config + read-only LND data
- All Bitcoin RPC and LND env vars from Umbrel's injection
- Auto-mode set to A (Bitcoin + Lightning)

umbrel/umbrel-app.yml:
- App manifest with full description and feature list
- Category: bitcoin
- Dependencies: bitcoin, lightning
- Port: 6969

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:32:23 -03:00