Compare commits
2 commits
f82340f479
...
2f343ce38b
Author | SHA1 | Date | |
---|---|---|---|
2f343ce38b | |||
9c471209dd |
11 changed files with 18 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: attic
|
||||
description: |
|
||||
A Nix binary caching server
|
||||
description: A Nix binary caching server
|
||||
# renovate: image=ghcr.io/zhaofengli/attic
|
||||
appVersion: 4dbdbee45728d8ce5788db6461aaaa89d98081f0
|
||||
type: application
|
||||
version: 0.2.4
|
||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: v2
|
|||
name: conduit
|
||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||
type: application
|
||||
# renovate: image=matrixconduit/matrix-conduit
|
||||
version: 0.4.0
|
||||
appVersion: "0.6.0"
|
||||
maintainers:
|
||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: v2
|
|||
name: dispatch
|
||||
description: Netflix Dispatch incident management system
|
||||
version: 0.5.5
|
||||
# renovate: image=code.252.no/elk-works/dispatch
|
||||
appVersion: v20240731
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
|
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: element-call
|
||||
description: Matrix video conference and call server
|
||||
icon: https://avatars.githubusercontent.com/u/13446337?s=48&v=4
|
||||
# renovate: image=ghcr.io/element-hq/element-call
|
||||
appVersion: v0.5.15
|
||||
|
||||
type: application
|
||||
version: 0.2.0
|
||||
maintainers:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: grr
|
||||
description: |
|
||||
A toolset of DFIR tools
|
||||
description: Toolset of DFIR tools
|
||||
# renovate: image=ghcr.io/google/grr
|
||||
appVersion: "20240508"
|
||||
type: application
|
||||
version: 0.2.0
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
apiVersion: v2
|
||||
name: hashr
|
||||
description: "Build your own hash sets based on your data sources. Extracts files and hashes \nout of input sources (e.g. raw disk image, GCE disk image, ISO file, Windows \nupdate package, .tar.gz file, etc)\n"
|
||||
description: |
|
||||
Build your own hash sets based on your data sources. Extracts
|
||||
files and hashes out of input sources (e.g. raw disk image, GCE
|
||||
disk image, ISO file, Windows update package, .tar.gz file, etc)
|
||||
# renovate: image=us-docker.pkg.dev/osdfir-registry/hashr/release/hashr
|
||||
appVersion: "20240508"
|
||||
type: application
|
||||
version: 0.2.0
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |
|
|||
appVersion: 1.105.1
|
||||
type: application
|
||||
icon: https://avatars.githubusercontent.com/u/109746326?s=200&v=4
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: matrix-synapse
|
||||
description: Matrix homeserver
|
||||
icon: https://matrix.org/images/matrix-logo.svg
|
||||
# renovate: image=ghcr.io/element-hq/synapse
|
||||
appVersion: v1.104.0
|
||||
|
||||
type: application
|
||||
version: 4.2.1
|
||||
maintainers:
|
||||
|
|
|
@ -4,13 +4,11 @@ description: A proxy for modern Matrix messaging clients
|
|||
icon: https://avatars.githubusercontent.com/u/8418310?s=200&v=4
|
||||
# renovate: image=ghcr.io/matrix-org/sliding-sync
|
||||
appVersion: "0.99.19"
|
||||
|
||||
type: application
|
||||
version: 1.1.1
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
||||
keywords:
|
||||
- messaging
|
||||
- encrypted
|
||||
|
|
|
@ -3,11 +3,12 @@ name: well-known
|
|||
description: Well-known server supporting json, plain text and 2 levels of directories
|
||||
type: application
|
||||
version: 2.0.8
|
||||
# renovate: image=code.252.no/tommy/well-known
|
||||
appVersion: v2.0.2
|
||||
maintainers:
|
||||
- email: tommy@252.no
|
||||
name: Tommy Skaug
|
||||
home: https://code.252.no/tommy/charts/src/branch/main/charts/well-known
|
||||
home: https://code.252.no/pub/charts/src/branch/main/charts/well-known
|
||||
sources:
|
||||
- https://code.252.no/tommy/well-known
|
||||
keywords:
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
apiVersion: v2
|
||||
name: yeti
|
||||
version: 1.0.3
|
||||
# renovate: image=yetiplatform/yeti
|
||||
appVersion: 2.1.11
|
||||
description: A Helm chart for Yeti Kubernetes deployments.
|
||||
keywords:
|
||||
- yeti
|
||||
- dfir
|
||||
- security
|
||||
home: "https://yeti-platform.io/"
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
url: https://github.com/tommy-skaug/charts
|
||||
sources:
|
||||
- https://yeti-platform.io
|
||||
- https://github.com/yeti-platform/yeti
|
||||
- https://github.com/google/osdfir-infrastructure
|
||||
appVersion: "latest"
|
||||
annotations:
|
||||
category: Security
|
||||
licenses: Apache-2.0
|
||||
|
|
Reference in a new issue