chore: initial release v0.8.2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2025-07-17 21:23:35 +02:00
commit 94f5803141
31 changed files with 645 additions and 0 deletions

29
config.yaml Normal file
View File

@@ -0,0 +1,29 @@
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?