diff --git a/dashmachine/static/images/apps/aws.png b/dashmachine/static/images/apps/aws.png new file mode 100644 index 00000000..0703df1c Binary files /dev/null and b/dashmachine/static/images/apps/aws.png differ diff --git a/dashmachine/static/images/apps/kubernetes.png b/dashmachine/static/images/apps/kubernetes.png new file mode 100644 index 00000000..2a26bb80 Binary files /dev/null and b/dashmachine/static/images/apps/kubernetes.png differ diff --git a/template_apps/Aws.ini b/template_apps/Aws.ini new file mode 100644 index 00000000..9a7acd47 --- /dev/null +++ b/template_apps/Aws.ini @@ -0,0 +1,7 @@ +[Aws] +prefix = https:// +url = your-website.com +icon = static/images/apps/aws.png +sidebar_icon = static/images/apps/aws.png +description = Url to aws account +open_in = new_tab diff --git a/template_apps/KubeDashboard.ini b/template_apps/KubeDashboard.ini new file mode 100644 index 00000000..58dc4154 --- /dev/null +++ b/template_apps/KubeDashboard.ini @@ -0,0 +1,7 @@ +[KubeDashboard] +prefix = https:// +url = your-website.com +icon = static/images/apps/kubernetes.png +sidebar_icon = static/images/apps/kubernetes.png +description = dashboard for kuberentes +open_in = iframe \ No newline at end of file