diff --git a/dashmachine/static/images/apps/deluge.png b/dashmachine/static/images/apps/deluge.png index dc51daca..db4d1b68 100644 Binary files a/dashmachine/static/images/apps/deluge.png and b/dashmachine/static/images/apps/deluge.png differ diff --git a/dashmachine/static/images/apps/ghost.png b/dashmachine/static/images/apps/ghost.png new file mode 100644 index 00000000..ee95f1a5 Binary files /dev/null and b/dashmachine/static/images/apps/ghost.png differ diff --git a/dashmachine/static/images/apps/gitlab.png b/dashmachine/static/images/apps/gitlab.png new file mode 100644 index 00000000..623e9f8a Binary files /dev/null and b/dashmachine/static/images/apps/gitlab.png differ diff --git a/dashmachine/static/images/apps/librespeed.png b/dashmachine/static/images/apps/librespeed.png new file mode 100644 index 00000000..4725350d Binary files /dev/null and b/dashmachine/static/images/apps/librespeed.png differ diff --git a/dashmachine/static/images/apps/pihole.png b/dashmachine/static/images/apps/pihole.png index 2327b433..c4f095b2 100644 Binary files a/dashmachine/static/images/apps/pihole.png and b/dashmachine/static/images/apps/pihole.png differ diff --git a/dashmachine/static/images/apps/plausible.png b/dashmachine/static/images/apps/plausible.png new file mode 100644 index 00000000..30e366f7 Binary files /dev/null and b/dashmachine/static/images/apps/plausible.png differ diff --git a/dashmachine/static/images/apps/powerpanel-business.png b/dashmachine/static/images/apps/powerpanel-business.png new file mode 100644 index 00000000..8359e3ea Binary files /dev/null and b/dashmachine/static/images/apps/powerpanel-business.png differ diff --git a/dashmachine/static/images/apps/seafile.png b/dashmachine/static/images/apps/seafile.png new file mode 100644 index 00000000..3bd3c660 Binary files /dev/null and b/dashmachine/static/images/apps/seafile.png differ diff --git a/dashmachine/static/images/apps/unifi.png b/dashmachine/static/images/apps/unifi.png index 1a3e36a3..7a6746ff 100644 Binary files a/dashmachine/static/images/apps/unifi.png and b/dashmachine/static/images/apps/unifi.png differ diff --git a/template_apps/Ghost.ini b/template_apps/Ghost.ini new file mode 100644 index 00000000..68a26354 --- /dev/null +++ b/template_apps/Ghost.ini @@ -0,0 +1,7 @@ +[Ghost] +prefix = https:// +url = your-website.com +icon = static/images/apps/ghost.png +sidebar_icon = static/images/apps/ghost.png +description = Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love. +open_in = this_tab diff --git a/template_apps/GitLab.ini b/template_apps/GitLab.ini new file mode 100644 index 00000000..62b578ed --- /dev/null +++ b/template_apps/GitLab.ini @@ -0,0 +1,7 @@ +[GitLab] +prefix = https:// +url = your-website.com +icon = static/images/apps/gitlab.png +sidebar_icon = static/images/apps/gitlab.png +description = GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features. +open_in = this_tab diff --git a/template_apps/LibreSpeed.ini b/template_apps/LibreSpeed.ini new file mode 100644 index 00000000..ec9d5f1d --- /dev/null +++ b/template_apps/LibreSpeed.ini @@ -0,0 +1,7 @@ +[LibreSpeed] +prefix = https:// +url = your-website.com +icon = static/images/apps/librespeed.png +sidebar_icon = static/images/apps/librespeed.png +description = Free and Open Source Speedtest. No Flash, No Java, No Websocket. +open_in = this_tab diff --git a/template_apps/Plausible.ini b/template_apps/Plausible.ini new file mode 100644 index 00000000..17aa80f7 --- /dev/null +++ b/template_apps/Plausible.ini @@ -0,0 +1,7 @@ +[Plausible] +prefix = https:// +url = your-website.com +icon = static/images/apps/plausible.png +sidebar_icon = static/images/apps/plausible.png +description = Plausible is a lightweight and open-source Google Analytics alternative. +open_in = this_tab diff --git a/template_apps/PowerPanel Business.ini b/template_apps/PowerPanel Business.ini new file mode 100644 index 00000000..499cc358 --- /dev/null +++ b/template_apps/PowerPanel Business.ini @@ -0,0 +1,7 @@ +[PowerPanel Business] +prefix = https:// +url = your-website.com +icon = static/images/apps/powerpanel-business.png +sidebar_icon = static/images/apps/powerpanel-business.png +description = PowerPanel® 4 software makes it easy to monitor and manage CyberPower UPS systems and network-connected PDUs anytime from anywhere. +open_in = this_tab diff --git a/template_apps/Seafile.ini b/template_apps/Seafile.ini new file mode 100644 index 00000000..b66c5296 --- /dev/null +++ b/template_apps/Seafile.ini @@ -0,0 +1,7 @@ +[Seafile] +prefix = https:// +url = your-website.com +icon = static/images/apps/seafile.png +sidebar_icon = static/images/apps/seafile.png +description = Seafile is an open-source, cross-platform file-hosting software system. +open_in = this_tab