🎉 Release of add-on Folding@home 0.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 11:19:56 +00:00
parent 05b5fbd474
commit 72e325b38c
5 changed files with 35 additions and 39 deletions

View file

@ -759,10 +759,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/v0.3.0
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.3.0/README.md
[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.4.0
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.4.0/README.md
[foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.4.0-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

View file

@ -2,20 +2,21 @@
## 🚀 Enhancements
- Cleanup repository @frenck (#8)
- 🚜 Collection of tweaks @frenck (#16)
- Migrate JSON config to YAML @frenck (#33)
## 🧰 Maintenance
- 🚀 Add-on to GitHub Actions @frenck (#11)
## 📚 Documentation
- 📚 Update README & License @frenck (#14)
- 📚 Fix screenshot in add-on readme template @frenck (#17)
- Switch to centralized GitHub Action Workflows @frenck (#32)
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#12)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#13)
- ⬆️ Upgrades FAH Client to 7.6.21 @frenck (#15)
- ⬆️ Upgrades add-on base image to v5.0.0 @frenck (#18)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#19)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#20)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#21)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#22)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#25)
- ⬆️ Upgrades add-on base image to 5.1.1 @frenck (#27)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#28)
- ⬆️ Upgrades add-on base image to 5.2.0 @frenck (#34)
- ⬆️ Upgrades add-on base image to 5.2.2 @frenck (#35)

View file

@ -49,6 +49,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-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.3.0
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.4.0
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png

View file

@ -1,23 +0,0 @@
{
"name": "Folding@home",
"version": "0.3.0",
"slug": "foldingathome",
"description": "Fighting disease with a world wide distributed super computer",
"url": "https://github.com/hassio-addons/addon-foldingathome",
"webui": "http://[HOST]:[PORT:7396]",
"arch": [
"amd64"
],
"init": false,
"hassio_api": true,
"video": true,
"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}"
}

18
foldingathome/config.yaml Normal file
View file

@ -0,0 +1,18 @@
arch:
- amd64
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: 0.4.0
video: true
webui: http://[HOST]:[PORT:7396]