diff --git a/dashmachine/static/images/apps/mailcow.png b/dashmachine/static/images/apps/mailcow.png new file mode 100644 index 0000000..6d3873f Binary files /dev/null and b/dashmachine/static/images/apps/mailcow.png differ diff --git a/dashmachine/static/images/apps/plex.png b/dashmachine/static/images/apps/plex.png new file mode 100644 index 0000000..9554e09 Binary files /dev/null and b/dashmachine/static/images/apps/plex.png differ diff --git a/dashmachine/static/images/apps/unifi.png b/dashmachine/static/images/apps/unifi.png new file mode 100644 index 0000000..d67b811 Binary files /dev/null and b/dashmachine/static/images/apps/unifi.png differ diff --git a/template_apps/Mailcow.ini b/template_apps/Mailcow.ini new file mode 100644 index 0000000..c490d57 --- /dev/null +++ b/template_apps/Mailcow.ini @@ -0,0 +1,6 @@ +[Mailcow] +prefix = https:// +url = your-website.com +icon = static/images/apps/mailcow.png +description = mailcow is a mail server suite based on Dovecot, Postfix and other open source software, that provides a modern web UI for user/server administration. +open_in = this_tab diff --git a/template_apps/Plex.ini b/template_apps/Plex.ini new file mode 100644 index 0000000..fc787e0 --- /dev/null +++ b/template_apps/Plex.ini @@ -0,0 +1,6 @@ +[Plex] +prefix = https:// +url = your-website.com +icon = static/images/apps/plex.png +description = Plex is a client–server media player system and software suite. +open_in = this_tab diff --git a/template_apps/Unifi.ini b/template_apps/Unifi.ini new file mode 100644 index 0000000..8a8342c --- /dev/null +++ b/template_apps/Unifi.ini @@ -0,0 +1,6 @@ +[Unifi] +prefix = https:// +url = your-website.com +icon = static/images/apps/unifi.png +description = The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser. +open_in = this_tab