Merge pull request #29 from spiral6/master
Added 4 app templates (Cockpit, JDownloader, Krusader, qBittorrent)
This commit is contained in:
commit
a88a9a5173
BIN
dashmachine/static/images/apps/cockpit-project.png
Normal file
BIN
dashmachine/static/images/apps/cockpit-project.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
dashmachine/static/images/apps/jdownloader.png
Normal file
BIN
dashmachine/static/images/apps/jdownloader.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 KiB |
BIN
dashmachine/static/images/apps/krusader.png
Normal file
BIN
dashmachine/static/images/apps/krusader.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
BIN
dashmachine/static/images/apps/qbittorrent.png
Normal file
BIN
dashmachine/static/images/apps/qbittorrent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
6
template_apps/Cockpit.ini
Normal file
6
template_apps/Cockpit.ini
Normal file
@ -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
|
6
template_apps/JDownloader.ini
Normal file
6
template_apps/JDownloader.ini
Normal file
@ -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
|
6
template_apps/Krusader.ini
Normal file
6
template_apps/Krusader.ini
Normal file
@ -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
|
6
template_apps/qBittorrent.ini
Normal file
6
template_apps/qBittorrent.ini
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user