468111a52a
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
314 B
Bash
11 lines
314 B
Bash
# Electrum version to install.
|
|
ELECTRUM_VERSION=4.7.2
|
|
|
|
# Telegram bot token from @BotFather
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
|
|
# Local / Umbrel mode only: IP address of your Umbrel node.
|
|
# umbrel.local will NOT resolve inside the container — use the actual IP.
|
|
# Example: UMBREL_IP=192.168.1.100
|
|
UMBREL_IP=
|