diff --git a/app_templates.ini b/app_templates.ini index ce89953..2766077 100644 --- a/app_templates.ini +++ b/app_templates.ini @@ -154,8 +154,24 @@ open_in = this_tab [HandBrake] prefix = https:// -url = 192.168.39.175::7803 +url = 192.168.39.175:7803 icon = static/images/apps/handbrake.png sidebar_icon = static/images/icons/handbrake.png description = HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder -open_in = this_tab \ No newline at end of file +open_in = this_tab + +[OPNsense] +prefix = https:// +url = 192.168.39.1 +icon = static/images/apps/opnsense.png +sidebar_icon = static/images/apps/opnsense.png +description = Secure Your Network with ease. From Virtual Private Networking to Intrusion Detection, Best in class, FREE Open Source Project +open_in = new_tab + +[BookStack] +prefix = http:// +url = 192.168.39.175:8197 +icon = static/images/apps/bookstack.png +sidebar_icon = static/images/apps/bookstack.png +description = BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information +open_in = new_tab \ No newline at end of file diff --git a/dashmachine/static/images/apps/bookstack.png b/dashmachine/static/images/apps/bookstack.png new file mode 100644 index 0000000..fdc0a04 Binary files /dev/null and b/dashmachine/static/images/apps/bookstack.png differ diff --git a/dashmachine/static/images/apps/opnsense.png b/dashmachine/static/images/apps/opnsense.png new file mode 100644 index 0000000..3e6dde9 Binary files /dev/null and b/dashmachine/static/images/apps/opnsense.png differ