Skip to content

Commit 11f7fe6

Browse files
committedFeb 14, 2023
add service CyberChef
1 parent 53197da commit 11f7fe6

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,15 @@ https://github.com/kubero-dev/buildpacks
6969
- Minio (WIP)
7070
- InfluxDB (WIP)
7171

72-
## One Click Apps (similar to Heroku Buttons)
72+
## 20+ Application templates (similar to Heroku Buttons)
7373
- Wordpress
7474
- Grafana
7575
- <a href="https://uptime.kuma.pet" target="_blank">Kuma</a>
7676
- <a href="https://github.com/zadam/trilium" target="_blank">Trilium Notes</a>
77+
7778
... and growing
7879

79-
Submit your own app! Read [here](https://github.com/kubero-dev/kubero/blob/main/services/README.md) how to do it.
80+
Submit your own app! Read [here](https://github.com/kubero-dev/kubero/blob/main/services/) how to do it.
8081

8182

8283
## Quickstart

‎services/cyberchef/app.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: cyberchef
5+
spec:
6+
name: cyberchef
7+
deploymentstrategy: docker
8+
image:
9+
repository: mpepping/cyberchef
10+
tag: latest
11+
containerPort: "8000"
12+
addons: []
13+
envVars: []
14+
cronjobs: []
15+
extraVolumes: []
16+
web:
17+
replicaCount: 1
18+
worker:
19+
replicaCount: 0

‎services/cyberchef/service.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: CyberChef
2+
description: 'CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.'
3+
tags:
4+
- helper tools
5+
source: https://github.com/gchq/CyberChef
6+
website: https://github.com/gchq/CyberChef
7+
icon: https://www.freepnglogos.com/uploads/chef-png/chef-icon-33.png
8+
screenshots:

0 commit comments

Comments
 (0)
Please sign in to comment.