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:
sportivaman 2020-05-30 09:25:48 -04:00 committed by GitHub
commit d85dff85fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 42 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View 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

View 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
View 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

View 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
View 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

View 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