mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 19:51:27 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#348)
This commit is contained in:
parent
77d8ea6587
commit
1d293e38cb
3 changed files with 5 additions and 0 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
@ -16,4 +16,5 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||||
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: motioneye
|
slug: motioneye
|
||||||
description: Simple, elegant and feature-rich CCTV/NVR for your cameras
|
description: Simple, elegant and feature-rich CCTV/NVR for your cameras
|
||||||
url: https://github.com/hassio-addons/addon-motioneye
|
url: https://github.com/hassio-addons/addon-motioneye
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 0
|
ingress_port: 0
|
||||||
ingress_stream: true
|
ingress_stream: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue