diff --git a/dashmachine/static/images/apps/cockpit-project.png b/dashmachine/static/images/apps/cockpit-project.png new file mode 100644 index 0000000..42ee6a8 Binary files /dev/null and b/dashmachine/static/images/apps/cockpit-project.png differ diff --git a/dashmachine/static/images/apps/jdownloader.png b/dashmachine/static/images/apps/jdownloader.png new file mode 100644 index 0000000..524925f Binary files /dev/null and b/dashmachine/static/images/apps/jdownloader.png differ diff --git a/dashmachine/static/images/apps/krusader.png b/dashmachine/static/images/apps/krusader.png new file mode 100644 index 0000000..308f8cb Binary files /dev/null and b/dashmachine/static/images/apps/krusader.png differ diff --git a/dashmachine/static/images/apps/qbittorrent.png b/dashmachine/static/images/apps/qbittorrent.png new file mode 100644 index 0000000..7ab7911 Binary files /dev/null and b/dashmachine/static/images/apps/qbittorrent.png differ diff --git a/template_apps/Cockpit.ini b/template_apps/Cockpit.ini new file mode 100644 index 0000000..61e6a80 --- /dev/null +++ b/template_apps/Cockpit.ini @@ -0,0 +1,6 @@ +[Cockpit] +prefix = https:// +url = your-website.com +icon = static/images/apps/cockpit-project.png +description = An interactive server admin interface +open_in = iframe \ No newline at end of file diff --git a/template_apps/JDownloader.ini b/template_apps/JDownloader.ini new file mode 100644 index 0000000..9835e71 --- /dev/null +++ b/template_apps/JDownloader.ini @@ -0,0 +1,6 @@ +[JDownloader] +prefix = https:// +url = your-website.com +icon = static/images/apps/jdownloader.png +description = A download manager written in Java +open_in = iframe \ No newline at end of file diff --git a/template_apps/Krusader.ini b/template_apps/Krusader.ini new file mode 100644 index 0000000..9422c84 --- /dev/null +++ b/template_apps/Krusader.ini @@ -0,0 +1,6 @@ +[Krusader] +prefix = https:// +url = your-website.com +icon = static/images/apps/krusader.png +description = Twin panel file management for your desktop +open_in = iframe \ No newline at end of file diff --git a/template_apps/qBittorrent.ini b/template_apps/qBittorrent.ini new file mode 100644 index 0000000..afbdb8e --- /dev/null +++ b/template_apps/qBittorrent.ini @@ -0,0 +1,6 @@ +[qBittorrent] +prefix = https:// +url = your-website.com +icon = static/images/apps/qbittorrent.png +description = A BitTorrent client in Qt +open_in = iframe