feat(SupportedApps): Added SickRage to Foundation Apps

Closes #102
This commit is contained in:
Futos 2018-02-28 12:58:00 +01:00
parent 23ceed01cb
commit 929346b2f1
4 changed files with 14 additions and 0 deletions

View file

@ -53,6 +53,7 @@ class Item extends Model
'Radarr' => \App\SupportedApps\Radarr::class,
'Runeaudio' => \App\SupportedApps\Runeaudio::class,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
'Sickrage' => \App\SupportedApps\Sickrage::class,
'Sonarr' => \App\SupportedApps\Sonarr::class,
'Traefik' => \App\SupportedApps\Traefik::class,
'Ttrss' => \App\SupportedApps\Ttrss::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Nextcloud implements Contracts\Applications {
public function defaultColour()
{
return '#6185a6';
}
public function icon()
{
return 'supportedapps/sickrage.png';
}
}

View file

@ -52,6 +52,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Plexrequests
- Portainer
- Radarr
- SickRage
- Sonarr
- TT-RSS
- Traefik

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB