Prepared patch-level bumps with no data migration, held here until the three images can be mirrored to source.archipelago-foundation.org/lfg2025 (currently blocked: the only registry-push credential on record for the lfg2025 namespace is dead, and the ai account cannot push user-namespace packages it does not own): vaultwarden 1.37.1-alpine -> 1.37.2-alpine (docker.io/vaultwarden/server) archy-nbxplorer 2.6.0 -> 2.6.11 (docker.io/nicolasdorier/nbxplorer) home-assistant 2026.8.2 -> 2026.8.3 (docker.io/homeassistant/home-assistant) All three target tags verified present upstream. To land: mirror the images, merge this branch into main, regenerate + re-sign the catalog.
73 lines
1.8 KiB
YAML
73 lines
1.8 KiB
YAML
app:
|
|
id: archy-nbxplorer
|
|
name: NBXplorer
|
|
version: 2.6.11
|
|
# Where this app comes from, so scripts/check-upstream-releases.py can
|
|
# tell us when the pin below has fallen behind. Without it nothing can:
|
|
# container.image names our mirror, not the project it was mirrored from.
|
|
upstream:
|
|
kind: github
|
|
repo: dgarage/NBXplorer
|
|
description: BTCPay blockchain indexer service.
|
|
|
|
container:
|
|
image: source.archipelago-foundation.org/lfg2025/nbxplorer:2.6.11
|
|
pull_policy: if-not-present
|
|
network: archy-net
|
|
secret_env:
|
|
- key: NBXPLORER_BTCRPCPASSWORD
|
|
secret_file: bitcoin-rpc-password
|
|
- key: BTCPAY_DB_PASS
|
|
secret_file: btcpay-db-password
|
|
|
|
dependencies:
|
|
- app_id: bitcoin-core
|
|
version: ">=26.0"
|
|
- app_id: archy-btcpay-db
|
|
version: ">=15.17"
|
|
|
|
resources:
|
|
memory_limit: 2Gi
|
|
disk_limit: 20Gi
|
|
|
|
security:
|
|
capabilities: []
|
|
readonly_root: false
|
|
network_policy: isolated
|
|
|
|
ports:
|
|
- host: 32838
|
|
container: 32838
|
|
protocol: tcp
|
|
bind: 127.0.0.1
|
|
auth: local
|
|
|
|
volumes:
|
|
- type: bind
|
|
source: /var/lib/archipelago/nbxplorer
|
|
target: /data
|
|
options: [rw]
|
|
|
|
environment:
|
|
- NBXPLORER_DATADIR=/data
|
|
- NBXPLORER_NETWORK=mainnet
|
|
- NBXPLORER_CHAINS=btc
|
|
- NBXPLORER_BIND=0.0.0.0:32838
|
|
- NBXPLORER_BTCRPCURL=http://bitcoin-knots:8332
|
|
- NBXPLORER_BTCRPCUSER=archipelago
|
|
- NBXPLORER_BTCNODEENDPOINT=bitcoin-knots:8333
|
|
- NBXPLORER_NOAUTH=1
|
|
- NBXPLORER_POSTGRES=Username=btcpay;Password=${BTCPAY_DB_PASS};Host=archy-btcpay-db;Port=5432;Database=nbxplorer
|
|
|
|
health_check:
|
|
type: http
|
|
endpoint: http://localhost:32838
|
|
path: /
|
|
interval: 30s
|
|
timeout: 30s
|
|
retries: 5
|
|
|
|
bitcoin_integration:
|
|
rpc_access: read-only
|
|
sync_required: true
|