diff --git a/README.md b/README.md index e99be38c7..d13c35917 100644 --- a/README.md +++ b/README.md @@ -796,10 +796,10 @@ SOFTWARE. [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/0efb45e -[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/0efb45e/README.md +[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/2053983 +[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/2053983/README.md [foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues -[foldingathome-version-shield]: https://img.shields.io/badge/version-0efb45e-blue.svg +[foldingathome-version-shield]: https://img.shields.io/badge/version-2053983-blue.svg [foldingathome-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [foldingathome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/foldingathome/CHANGELOG.md b/foldingathome/CHANGELOG.md index 1523d4147..bdaf57c42 100644 --- a/foldingathome/CHANGELOG.md +++ b/foldingathome/CHANGELOG.md @@ -1,6 +1,5 @@ -# Changelog since v0.6.1 -- ⬆️ Upgrades add-on base image to 6.2.1 (#53) -- 🎆 Updates maintenance/license year to 2023 (#54) -- 🔨 Migrate old-style S6 scripts to s6-rc.d (#52) -- ⬆️ Upgrades add-on base image to 6.2.0 (#51) -- ⬆️ Upgrades add-on base image to 6.1.3 (#49) +# Changelog since v0.6.2 +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 (#58) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- Add Renovate for dependency management (#57) diff --git a/foldingathome/README.md b/foldingathome/README.md index 95c9d23b0..6c8ec9846 100644 --- a/foldingathome/README.md +++ b/foldingathome/README.md @@ -52,6 +52,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-0efb45e-blue.svg -[release]: https://github.com/hassio-addons/addon-foldingathome/tree/0efb45e +[release-shield]: https://img.shields.io/badge/version-2053983-blue.svg +[release]: https://github.com/hassio-addons/addon-foldingathome/tree/2053983 [screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png \ No newline at end of file diff --git a/foldingathome/config.yaml b/foldingathome/config.yaml index a6c010301..64fb10106 100644 --- a/foldingathome/config.yaml +++ b/foldingathome/config.yaml @@ -1,19 +1,19 @@ +name: Folding@home +version: '2053983' +slug: foldingathome +description: Fighting disease with a world wide distributed super computer +url: https://github.com/hassio-addons/addon-foldingathome +codenotary: codenotary@frenck.dev +webui: http://[HOST]:[PORT:7396] arch: - amd64 -codenotary: codenotary@frenck.dev -description: Fighting disease with a world wide distributed super computer -hassio_api: true -image: ghcr.io/hassio-addons/foldingathome/{arch} init: false -name: Folding@home -ports: - 36330/tcp: null - 7396/tcp: 7396 -ports_description: - 36330/tcp: Remote command interface - 7396/tcp: Web interface -slug: foldingathome -url: https://github.com/hassio-addons/addon-foldingathome -version: 0efb45e +hassio_api: true video: true -webui: http://[HOST]:[PORT:7396] +ports: + 7396/tcp: 7396 + 36330/tcp: null +ports_description: + 7396/tcp: Web interface + 36330/tcp: Remote command interface +image: ghcr.io/hassio-addons/foldingathome/{arch}