Merge pull request #168 from saponace/feat-new-apps-templates
Add apps templates for Cyberchef, Kibana, Filebrowser, Authelia, YoutubeDL-Material and Dozzle
This commit is contained in:
commit
d85dff85fe
BIN
dashmachine/static/images/apps/authelia.png
Normal file
BIN
dashmachine/static/images/apps/authelia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
dashmachine/static/images/apps/cyberchef.png
Normal file
BIN
dashmachine/static/images/apps/cyberchef.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
dashmachine/static/images/apps/dozzle.png
Normal file
BIN
dashmachine/static/images/apps/dozzle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
dashmachine/static/images/apps/filebrowser.png
Normal file
BIN
dashmachine/static/images/apps/filebrowser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
dashmachine/static/images/apps/kibana.png
Normal file
BIN
dashmachine/static/images/apps/kibana.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
dashmachine/static/images/apps/youtubedl-material.png
Normal file
BIN
dashmachine/static/images/apps/youtubedl-material.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
7
template_apps/Authelia.ini
Normal file
7
template_apps/Authelia.ini
Normal file
@ -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
|
7
template_apps/Cyberchef.ini
Normal file
7
template_apps/Cyberchef.ini
Normal file
@ -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
|
7
template_apps/Dozzle.ini
Normal file
7
template_apps/Dozzle.ini
Normal file
@ -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
|
7
template_apps/Filebrowser.ini
Normal file
7
template_apps/Filebrowser.ini
Normal file
@ -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
|
7
template_apps/Kibana.ini
Normal file
7
template_apps/Kibana.ini
Normal file
@ -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
|
7
template_apps/youtubedl-material.ini
Normal file
7
template_apps/youtubedl-material.ini
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user