App Submission: Bitaxe Sentry (#3122)

Co-authored-by: Alexander L. <lackner.alex@gmail.com>
This commit is contained in:
Zach Price 2025-08-07 07:15:15 -07:00 committed by GitHub
parent 60336de131
commit a1fb3930aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 60 additions and 0 deletions

View File

View File

@ -0,0 +1,30 @@
services:
app_proxy:
environment:
APP_HOST: bitaxe-sentry_web_1
APP_PORT: 7070
sentry:
image: zachprice105/bitaxe-sentry:v0.3.5@sha256:ff8bdbb5621b4e4de2c2b2eac6dcca65e890e9abe0c97a368c820aee9b9b721c
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/sentry:/var/lib/bitaxe
environment:
DB_PATH: "/var/lib/bitaxe/bitaxe_sentry.db"
DB_DATA_DIR: "/var/lib/bitaxe"
web:
image: zachprice105/bitaxe-sentry:v0.3.5@sha256:ff8bdbb5621b4e4de2c2b2eac6dcca65e890e9abe0c97a368c820aee9b9b721c
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/sentry:/var/lib/bitaxe
environment:
DB_PATH: "/var/lib/bitaxe/bitaxe_sentry.db"
DB_DATA_DIR: "/var/lib/bitaxe"
command: uvicorn bitaxe_sentry.sentry.webapp:app --host 0.0.0.0 --port 7070
depends_on:
- sentry

View File

@ -0,0 +1,30 @@
manifestVersion: 1
id: bitaxe-sentry
category: bitcoin
name: Bitaxe Sentry
version: "0.3.5"
tagline: Bitaxe stats and alerts, all in one
description: >-
Bitaxe Sentry is a monitoring and management solution for Bitaxe ASIC miners.
Track the performance, temperature, and status of your miners from a single dashboard. Get alerts when your miners hit a new best difficulty, or when temperature or voltage thresholds are exceeded.
Features included:
- 📊 Centralized dashboard for all Bitaxe miners
- 🌡️ Temperature and hashrate monitoring
- 🚨 Discord notifications for critical events
developer: Zach Price
website: https://github.com/zachchan105/bitaxe-sentry
repo: https://github.com/zachchan105/bitaxe-sentry
support: https://github.com/zachchan105/bitaxe-sentry/issues
port: 7070
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Zach Price
submission: https://github.com/getumbrel/umbrel-apps/pull/3122
dependencies: []