mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Folding@home 0.6.3
This commit is contained in:
parent
c88933ff74
commit
45ff53c8de
4 changed files with 25 additions and 25 deletions
|
@ -768,10 +768,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.6.2
|
||||
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.6.2/README.md
|
||||
[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.3
|
||||
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.6.3/README.md
|
||||
[foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
||||
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg
|
||||
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.6.3-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
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#52)
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck (#54)
|
||||
- Add Renovate for dependency management @frenck ([#57](https://github.com/hassio-addons/addon-foldingathome/pull/57))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 6.1.3 @frenck (#49)
|
||||
- ⬆️ Upgrades add-on base image to 6.2.0 @frenck (#51)
|
||||
- ⬆️ Upgrades add-on base image to 6.2.1 @frenck (#53)
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 @renovate ([#58](https://github.com/hassio-addons/addon-foldingathome/pull/58))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.5 @renovate ([#60](https://github.com/hassio-addons/addon-foldingathome/pull/60))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.6 @renovate ([#61](https://github.com/hassio-addons/addon-foldingathome/pull/61))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.7 @renovate ([#62](https://github.com/hassio-addons/addon-foldingathome/pull/62))
|
||||
|
|
|
@ -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.6.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png
|
|
@ -1,19 +1,19 @@
|
|||
name: Folding@home
|
||||
version: 0.6.3
|
||||
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: 0.6.2
|
||||
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue