docs: expand README with full installation, configuration and troubleshooting guide
This commit is contained in:
13
DOCS.md
13
DOCS.md
@@ -30,11 +30,10 @@ deines Computers nutzt, um Proteinfaltungssimulationen für medizinische Forschu
|
||||
### Optionen
|
||||
|
||||
| Option | Typ | Standard | Beschreibung |
|
||||
|-----------------|---------|------------|--------------|
|
||||
|-----------------|--------|-----------|--------------|
|
||||
| `user` | string | _(leer)_ | Dein Folding@home-Benutzername. Wird für die Statistikseite verwendet. |
|
||||
| `team` | string | `247478` | Team-ID. `247478` ist das offizielle Home Assistant Team. |
|
||||
| `passkey` | string | _(leer)_ | Dein persönlicher Passkey von foldingathome.org. Aktiviert Bonus-Punkte. |
|
||||
| `power` | Auswahl | `medium` | Leistungsstufe: `light`, `medium` oder `full`. |
|
||||
| `account_token` | string | _(leer)_ | Token für das neue FAH 8 Online-Konto (von foldingathome.org). |
|
||||
| `machine_name` | string | _(leer)_ | Anzeigename dieser Maschine im FAH-Online-Konto. |
|
||||
|
||||
@@ -44,23 +43,15 @@ deines Computers nutzt, um Proteinfaltungssimulationen für medizinische Forschu
|
||||
user: "mein_benutzername"
|
||||
team: "247478"
|
||||
passkey: "abc123..."
|
||||
power: "medium"
|
||||
```
|
||||
|
||||
Mit FAH 8 Online-Konto:
|
||||
```yaml
|
||||
account_token: "eyJ..."
|
||||
machine_name: "homeassistant"
|
||||
power: "full"
|
||||
```
|
||||
|
||||
### Leistungsstufen
|
||||
|
||||
| Stufe | Beschreibung |
|
||||
|----------|--------------|
|
||||
| `light` | Niedrige CPU-Last, läuft im Hintergrund ohne spürbaren Einfluss |
|
||||
| `medium` | Moderate Last (Standardwert) |
|
||||
| `full` | Maximale Rechenleistung, kann das System spürbar belasten |
|
||||
> Die Leistungsstufe lässt sich nach dem Start im Web-Interface unter `http://<ip>:7396` anpassen.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
services:
|
||||
dontstopfolding:
|
||||
image: dontstopfolding
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
Reference in New Issue
Block a user