mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#234)
This commit is contained in:
parent
5f66b37d96
commit
20f6dfe56f
3 changed files with 5 additions and 2 deletions
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
|
@ -15,7 +15,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||||
with:
|
|
||||||
slug: "tasmoadmin"
|
|
||||||
secrets:
|
secrets:
|
||||||
|
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||||
|
|
|
@ -5,3 +5,6 @@ build_from:
|
||||||
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
|
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
||||||
i386: ghcr.io/hassio-addons/base/i386:11.1.0
|
i386: ghcr.io/hassio-addons/base/i386:11.1.0
|
||||||
|
codenotary:
|
||||||
|
base_image: codenotary@frenck.dev
|
||||||
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
||||||
slug: sonweb
|
slug: sonweb
|
||||||
description: Centrally manage all your Sonoff-Tasmota devices
|
description: Centrally manage all your Sonoff-Tasmota devices
|
||||||
url: https://github.com/hassio-addons/addon-tasmoadmin
|
url: https://github.com/hassio-addons/addon-tasmoadmin
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9541]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:9541]"
|
||||||
startup: system
|
startup: system
|
||||||
init: false
|
init: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue