⬆️ Updating add-on Folding@home to 618e8f0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-19 11:17:24 +00:00
parent 4006cfdfec
commit 6d893f0add
4 changed files with 8 additions and 10 deletions

View file

@ -759,10 +759,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/1de5cf7 [addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/618e8f0
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/1de5cf7/README.md [addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/618e8f0/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-1de5cf7-blue.svg [foldingathome-version-shield]: https://img.shields.io/badge/version-618e8f0-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,4 +1,5 @@
# Changelog since v0.2.0 # Changelog since v0.2.0
- 🚜 Collection of tweaks (#16)
- ⬆️ Upgrades FAH Client to 7.6.21 (#15) - ⬆️ Upgrades FAH Client to 7.6.21 (#15)
- 📚 Update README & License (#14) - 📚 Update README & License (#14)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#13) - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#13)

View file

@ -48,10 +48,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-1de5cf7-blue.svg [release-shield]: https://img.shields.io/badge/version-618e8f0-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/1de5cf7 [release]: https://github.com/hassio-addons/addon-foldingathome/tree/618e8f0
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Folding@home", "name": "Folding@home",
"version": "1de5cf7", "version": "618e8f0",
"slug": "foldingathome", "slug": "foldingathome",
"description": "Fighting disease with a world wide distributed super computer", "description": "Fighting disease with a world wide distributed super computer",
"url": "https://github.com/hassio-addons/addon-foldingathome", "url": "https://github.com/hassio-addons/addon-foldingathome",
@ -19,8 +19,5 @@
"7396/tcp": "Web interface", "7396/tcp": "Web interface",
"36330/tcp": "Remote command interface" "36330/tcp": "Remote command interface"
}, },
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
},
"image": "ghcr.io/hassio-addons/foldingathome/{arch}" "image": "ghcr.io/hassio-addons/foldingathome/{arch}"
} }