diff --git a/dashmachine/static/images/apps/authelia.png b/dashmachine/static/images/apps/authelia.png new file mode 100644 index 0000000..4fedf59 Binary files /dev/null and b/dashmachine/static/images/apps/authelia.png differ diff --git a/dashmachine/static/images/apps/cyberchef.png b/dashmachine/static/images/apps/cyberchef.png new file mode 100644 index 0000000..2cd64cc Binary files /dev/null and b/dashmachine/static/images/apps/cyberchef.png differ diff --git a/dashmachine/static/images/apps/dozzle.png b/dashmachine/static/images/apps/dozzle.png new file mode 100644 index 0000000..f7c3801 Binary files /dev/null and b/dashmachine/static/images/apps/dozzle.png differ diff --git a/dashmachine/static/images/apps/filebrowser.png b/dashmachine/static/images/apps/filebrowser.png new file mode 100644 index 0000000..7e6ff81 Binary files /dev/null and b/dashmachine/static/images/apps/filebrowser.png differ diff --git a/dashmachine/static/images/apps/kibana.png b/dashmachine/static/images/apps/kibana.png new file mode 100644 index 0000000..9243c0b Binary files /dev/null and b/dashmachine/static/images/apps/kibana.png differ diff --git a/dashmachine/static/images/apps/youtubedl-material.png b/dashmachine/static/images/apps/youtubedl-material.png new file mode 100644 index 0000000..7c13bd8 Binary files /dev/null and b/dashmachine/static/images/apps/youtubedl-material.png differ diff --git a/template_apps/Authelia.ini b/template_apps/Authelia.ini new file mode 100644 index 0000000..95bd0e2 --- /dev/null +++ b/template_apps/Authelia.ini @@ -0,0 +1,7 @@ +[Authelia] +prefix = https:// +url = your-website.com +icon = static/images/apps/authelia.png +sidebar_icon = static/images/apps/authelia.png +description = The Single Sign-On Multi-Factor portal for web apps +open_in = this_tab diff --git a/template_apps/Cyberchef.ini b/template_apps/Cyberchef.ini new file mode 100644 index 0000000..2a22c61 --- /dev/null +++ b/template_apps/Cyberchef.ini @@ -0,0 +1,7 @@ +[Cyberchef] +prefix = https:// +url = your-website.com +icon = static/images/apps/cyberchef.png +sidebar_icon = static/images/apps/cyberchef.png +description = The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. +open_in = this_tab diff --git a/template_apps/Dozzle.ini b/template_apps/Dozzle.ini new file mode 100644 index 0000000..c678498 --- /dev/null +++ b/template_apps/Dozzle.ini @@ -0,0 +1,7 @@ +[Dozzle] +prefix = https:// +url = your-website.com +icon = static/images/apps/dozzle.png +sidebar_icon = static/images/apps/dozzle.png +description = Realtime log viewer for docker containers +open_in = this_tab diff --git a/template_apps/Filebrowser.ini b/template_apps/Filebrowser.ini new file mode 100644 index 0000000..9d46f3b --- /dev/null +++ b/template_apps/Filebrowser.ini @@ -0,0 +1,7 @@ +[Filebrowser] +prefix = https:// +url = your-website.com +icon = static/images/apps/filebrowser.png +sidebar_icon = static/images/apps/filebrowser.png +description = Web File Browser which can be used as a middleware or standalone app +open_in = this_tab diff --git a/template_apps/Kibana.ini b/template_apps/Kibana.ini new file mode 100644 index 0000000..2217baa --- /dev/null +++ b/template_apps/Kibana.ini @@ -0,0 +1,7 @@ +[Kibana] +prefix = https:// +url = your-website.com +icon = static/images/apps/kibana.png +sidebar_icon = static/images/apps/kibana.png +description = Your window into the Elastic Stack +open_in = this_tab diff --git a/template_apps/youtubedl-material.ini b/template_apps/youtubedl-material.ini new file mode 100644 index 0000000..d6b5d34 --- /dev/null +++ b/template_apps/youtubedl-material.ini @@ -0,0 +1,7 @@ +[YoutubeDL-Material] +prefix = https:// +url = your-website.com +icon = static/images/apps/youtubedl-material.png +sidebar_icon = static/images/apps/youtubedl-material.png +description = Self-hosted YouTube downloader built on Material Design +open_in = this_tab