docs: expand README with full installation, configuration and troubleshooting guide
This commit is contained in:
25
DOCS.md
25
DOCS.md
@@ -29,14 +29,13 @@ deines Computers nutzt, um Proteinfaltungssimulationen für medizinische Forschu
|
|||||||
|
|
||||||
### Optionen
|
### Optionen
|
||||||
|
|
||||||
| Option | Typ | Standard | Beschreibung |
|
| Option | Typ | Standard | Beschreibung |
|
||||||
|-----------------|---------|------------|--------------|
|
|-----------------|--------|-----------|--------------|
|
||||||
| `user` | string | _(leer)_ | Dein Folding@home-Benutzername. Wird für die Statistikseite verwendet. |
|
| `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. |
|
| `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. |
|
| `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). |
|
||||||
| `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. |
|
||||||
| `machine_name` | string | _(leer)_ | Anzeigename dieser Maschine im FAH-Online-Konto. |
|
|
||||||
|
|
||||||
### Beispielkonfiguration
|
### Beispielkonfiguration
|
||||||
|
|
||||||
@@ -44,23 +43,15 @@ deines Computers nutzt, um Proteinfaltungssimulationen für medizinische Forschu
|
|||||||
user: "mein_benutzername"
|
user: "mein_benutzername"
|
||||||
team: "247478"
|
team: "247478"
|
||||||
passkey: "abc123..."
|
passkey: "abc123..."
|
||||||
power: "medium"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Mit FAH 8 Online-Konto:
|
Mit FAH 8 Online-Konto:
|
||||||
```yaml
|
```yaml
|
||||||
account_token: "eyJ..."
|
account_token: "eyJ..."
|
||||||
machine_name: "homeassistant"
|
machine_name: "homeassistant"
|
||||||
power: "full"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Leistungsstufen
|
> Die Leistungsstufe lässt sich nach dem Start im Web-Interface unter `http://<ip>:7396` anpassen.
|
||||||
|
|
||||||
| 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 |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
services:
|
|
||||||
dontstopfolding:
|
|
||||||
image: dontstopfolding
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
Reference in New Issue
Block a user