diff --git a/dashmachine/static/images/apps/awx.png b/dashmachine/static/images/apps/awx.png new file mode 100644 index 00000000..806b1aed Binary files /dev/null and b/dashmachine/static/images/apps/awx.png differ diff --git a/template_apps/AWX.ini b/template_apps/AWX.ini new file mode 100644 index 00000000..21f82c6c --- /dev/null +++ b/template_apps/AWX.ini @@ -0,0 +1,8 @@ +[AWX] +prefix = https:// +url = your-website.com +icon = static/images/apps/awx.png +sidebar_icon = static/images/apps/awx.png +description = AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. +open_in = this_tab + diff --git a/template_apps/Aria2.ini b/template_apps/Aria2.ini index e54ef87c..4d2a32b0 100644 --- a/template_apps/Aria2.ini +++ b/template_apps/Aria2.ini @@ -3,6 +3,6 @@ prefix = https:// url = your-website.com icon = static/images/apps/aria2.png sidebar_icon = static/images/apps/aria2.png -description = aria2 is a lightweight multi-protocol & multi-source, cross platform download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. . +description = aria2 is a lightweight multi-protocol & multi-source, cross platform download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. open_in = this_tab