From 76a7bfddeb33a2bceed587b4ccf11753ade2b0ef Mon Sep 17 00:00:00 2001 From: retr0 Date: Thu, 17 Jul 2025 21:55:37 +0200 Subject: [PATCH] docker try #1 --- DOCS.md | 2 +- Dockerfile | 2 +- build.yaml | 5 ++--- config.yaml | 2 +- readme.md | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/DOCS.md b/DOCS.md index d7a0269..71b1dd3 100644 --- a/DOCS.md +++ b/DOCS.md @@ -7,4 +7,4 @@ - **power**: Leistungsstufe (light, medium, full). ## Zugriff -- Webinterface: `http://:7396` \ No newline at end of file +- Webinterface: `http://localhost:7396` \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 69e95e6..f538744 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file diff --git a/build.yaml b/build.yaml index 2e97257..1e91747 100644 --- a/build.yaml +++ b/build.yaml @@ -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 \ No newline at end of file + aarch64: ghcr.io/hassio-addons/debian-base:7.3.1 +squash: false \ No newline at end of file diff --git a/config.yaml b/config.yaml index 7775e66..437221a 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/readme.md b/readme.md index eff52f9..51956c0 100644 --- a/readme.md +++ b/readme.md @@ -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.