diff --git a/dashmachine/static/images/apps/mailcowsogo.png b/dashmachine/static/images/apps/mailcowsogo.png new file mode 100644 index 0000000..d7a525a Binary files /dev/null and b/dashmachine/static/images/apps/mailcowsogo.png differ diff --git a/dashmachine/static/images/apps/webmin.png b/dashmachine/static/images/apps/webmin.png new file mode 100644 index 0000000..1f8b556 Binary files /dev/null and b/dashmachine/static/images/apps/webmin.png differ diff --git a/template_apps/Mailcow SOGo.ini b/template_apps/Mailcow SOGo.ini new file mode 100644 index 0000000..ed34544 --- /dev/null +++ b/template_apps/Mailcow SOGo.ini @@ -0,0 +1,7 @@ +[Mailcow SOGo] +prefix = https:// +url = your-website.com +icon = static/images/apps/mailcowsogo.png +sidebar_icon = static/images/apps/mailcowsogo.png +description = SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. +open_in = this_tab \ No newline at end of file diff --git a/template_apps/Webmin.ini b/template_apps/Webmin.ini new file mode 100644 index 0000000..3325c2a --- /dev/null +++ b/template_apps/Webmin.ini @@ -0,0 +1,7 @@ +[Webmin] +prefix = https:// +url = your-website.com +icon = static/images/apps/webmin.png +sidebar_icon = static/images/apps/webmin.png +description = Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. +open_in = this_tab \ No newline at end of file