docker try #1
This commit is contained in:
2
DOCS.md
2
DOCS.md
@@ -7,4 +7,4 @@
|
||||
- **power**: Leistungsstufe (light, medium, full).
|
||||
|
||||
## Zugriff
|
||||
- Webinterface: `http://<deine-ha-ip>:7396`
|
||||
- Webinterface: `http://localhost:7396`
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker/whalesay:latest
|
||||
LABEL Name=dontstopfolding Version=0.0.1
|
||||
RUN apt-get -y update && apt-get install -y fortunes
|
||||
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]
|
||||
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]
|
||||
@@ -1,7 +1,6 @@
|
||||
image: ghcr.io/dein-benutzername/{arch}-addon-foldingathome
|
||||
squash: false
|
||||
build_from:
|
||||
amd64: ghcr.io/hassio-addons/debian-base:7.3.1
|
||||
armhf: ghcr.io/hassio-addons/debian-base:7.3.1
|
||||
armv7: ghcr.io/hassio-addons/debian-base:7.3.1
|
||||
aarch64: ghcr.io/hassio-addons/debian-base:7.3.1
|
||||
aarch64: ghcr.io/hassio-addons/debian-base:7.3.1
|
||||
squash: false
|
||||
@@ -2,7 +2,7 @@ name: Folding@home
|
||||
version: 0.8.0
|
||||
slug: foldingathome
|
||||
description: Run Folding@home to contribute to scientific research
|
||||
url: https://gitea.deine-url/dein-benutzername/dont-stop-folding
|
||||
url: https://gitea.bitfire.work/retr0/dont-stop-folding
|
||||
arch:
|
||||
- amd64
|
||||
- armhf
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Ein Community-gepflegtes Add-on für Home Assistant, um Folding@home (Version 8.4) auszuführen und zur wissenschaftlichen Forschung beizutragen.
|
||||
|
||||
## Installation
|
||||
1. Füge dieses Repository in Home Assistant hinzu: `https://gitea.deine-url/dein-benutzername/dont-stop-folding`
|
||||
1. Füge dieses Repository in Home Assistant hinzu: `https://gitea.bitfire.work/retr0/dont-stop-folding`
|
||||
2. Installiere das Add-on über den Add-on-Store.
|
||||
3. Konfiguriere Benutzername, Team-ID (z. B. 247478 für Home Assistant) und andere Einstellungen.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user