⬆️ Updating add-on Folding@home to 2053983

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-25 13:23:05 +00:00
parent f079a608cb
commit 88c2e7c4f7
4 changed files with 25 additions and 26 deletions

View file

@ -796,10 +796,10 @@ SOFTWARE.
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-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-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/2053983
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/0efb45e/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[foldingathome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.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 [foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,6 +1,5 @@
# Changelog since v0.6.1 # Changelog since v0.6.2
- ⬆️ Upgrades add-on base image to 6.2.1 (#53) - ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 (#58)
- 🎆 Updates maintenance/license year to 2023 (#54)
- 🔨 Migrate old-style S6 scripts to s6-rc.d (#52) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to 6.2.0 (#51) - Add Renovate for dependency management (#57)
- ⬆️ Upgrades add-on base image to 6.1.3 (#49)

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-2053983-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/0efb45e [release]: https://github.com/hassio-addons/addon-foldingathome/tree/2053983
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png

View file

@ -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: arch:
- amd64 - 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 init: false
name: Folding@home hassio_api: true
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
video: 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}