diff --git a/foldingathome/build.json b/foldingathome/build.json deleted file mode 100644 index 1f52b14..0000000 --- a/foldingathome/build.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "build_from": { - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.1.1" - } -} diff --git a/foldingathome/build.yaml b/foldingathome/build.yaml new file mode 100644 index 0000000..d8a1809 --- /dev/null +++ b/foldingathome/build.yaml @@ -0,0 +1,3 @@ +--- +build_from: + amd64: ghcr.io/hassio-addons/debian-base/amd64:5.1.1 diff --git a/foldingathome/config.json b/foldingathome/config.json deleted file mode 100755 index aa09071..0000000 --- a/foldingathome/config.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Folding@home", - "version": "dev", - "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" - } -} diff --git a/foldingathome/config.yaml b/foldingathome/config.yaml new file mode 100644 index 0000000..5dce5e5 --- /dev/null +++ b/foldingathome/config.yaml @@ -0,0 +1,18 @@ +--- +name: Folding@home +version: dev +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