mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Folding@home to 3b45d80
This commit is contained in:
parent
7bbedabff7
commit
74a353871e
5 changed files with 26 additions and 29 deletions
|
@ -1,4 +1,6 @@
|
|||
# Changelog since v0.3.0
|
||||
- Migrate JSON config to YAML (#33)
|
||||
- Switch to centralized GitHub Action Workflows (#32)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#28)
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||
|
@ -17,7 +19,7 @@ Signed-off-by: dependabot[bot] <support@github.com>
|
|||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to 5.1.1 (#27)
|
||||
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#26)
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#26)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#25)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||
|
|
|
@ -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-6e6aa48-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/6e6aa48
|
||||
[release-shield]: https://img.shields.io/badge/version-3b45d80-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/3b45d80
|
||||
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"name": "Folding@home",
|
||||
"version": "6e6aa48",
|
||||
"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
18
foldingathome/config.yaml
Normal 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: 3b45d80
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:7396]
|
Loading…
Add table
Add a link
Reference in a new issue