Files
dont-stop-folding/config.yaml
retr0 b48c3868e0 feat: add MQTT sensor publishing for Home Assistant
Adds a new s6 service (svc-foldingathome-mqtt) that polls the FAH 8 API
on port 7396 every 30 seconds and publishes 4 sensors to HA via MQTT
autodiscovery: Status, PPD, Work Unit Progress, and Credit estimate.

Requires the Mosquitto broker add-on; declared as mqtt:want so the
add-on remains functional without it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 19:50:49 +02:00

30 lines
524 B
YAML

name: Folding@home
version: 0.8.2
slug: foldingathome
description: Run Folding@home to contribute to scientific research
url: https://gitea.bitfire.work/retr0/dont-stop-folding
arch:
- amd64
- aarch64
init: false
ports:
7396/tcp: 7396
ports_description:
7396/tcp: Folding@home Web Interface
map:
- config:rw
services:
- mqtt:want
options:
user: ""
team: "247478"
passkey: ""
account_token: ""
machine_name: ""
schema:
user: str?
team: str
passkey: str?
account_token: str?
machine_name: str?