mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 11:01:29 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#173)
This commit is contained in:
parent
7af83e2e82
commit
680411188e
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:
|
||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||
secrets:
|
||||
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
|
||||
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
|||
slug: traccar
|
||||
description: Modern GPS Tracking Platform
|
||||
url: https://github.com/hassio-addons/addon-traccar
|
||||
codenotary: codenotary@frenck.dev
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
panel_icon: mdi:car-connected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue