File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ https://github.com/kubero-dev/buildpacks
69
69
- Minio (WIP)
70
70
- InfluxDB (WIP)
71
71
72
- ## One Click Apps (similar to Heroku Buttons)
72
+ ## 20+ Application templates (similar to Heroku Buttons)
73
73
- Wordpress
74
74
- Grafana
75
75
- <a href =" https://uptime.kuma.pet " target =" _blank " >Kuma</a >
76
76
- <a href =" https://github.com/zadam/trilium " target =" _blank " >Trilium Notes</a >
77
+
77
78
... and growing
78
79
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.
80
81
81
82
82
83
## Quickstart
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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:
You can’t perform that action at this time.
0 commit comments