feat(SupportedApps): added TT-RSS Application to Foundation Apps

Closes #72
This commit is contained in:
Futos 2018-02-15 19:59:53 +01:00
parent 26435d85e8
commit 40b5cd3cff
4 changed files with 14 additions and 0 deletions

View file

@ -39,6 +39,7 @@ class Item extends Model
'Netdata' => \App\SupportedApps\Netdata::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,
'Nzbhydra' => \App\SupportedApps\Nzbhydra::class,
'Ttrss' => \App\SupportedApps\Ttrss::class,
'OPNSense' => \App\SupportedApps\Opnsense::class,
'Openhab' => \App\SupportedApps\Openhab::class,
'Pihole' => \App\SupportedApps\Pihole::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Ttrss implements Contracts\Applications {
public function defaultColour()
{
return '#9d704c';
}
public function icon()
{
return 'supportedapps/tt-rss.png';
}
}

View file

@ -38,6 +38,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Plexrequests
- Portainer
- Sabnzbd
- TT-RSS
- Traefik
- UniFi
- pFsense

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB