Merge pull request #23 from Futos/plexpy

feat: added Plexpy to supported Apps
This commit is contained in:
KodeStar
2018-02-10 22:14:32 +00:00
committed by GitHub
4 changed files with 14 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class Item extends Model
'pFsense' => \App\SupportedApps\Pfsense::class,
'Pihole' => \App\SupportedApps\Pihole::class,
'Plex' => \App\SupportedApps\Plex::class,
'Plexpy' => \App\SupportedApps\Plexpy::class,
'Portainer' => \App\SupportedApps\Portainer::class,
'UniFi' => \App\SupportedApps\Unifi::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,

View File

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

View File

@@ -27,6 +27,7 @@ You can use the app to link to any site or application, but "Supported" apps wil
- pFsense
- Pihole
- Plex
- Plexpy
- Portainer
- UniFi
- Sabnzbd

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB