Browse Source

feat: added Plexpy to supported Apps

pull/23/head
Futos 7 years ago
parent
commit
11177b73a5
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Plexpy.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/plexpy.png

1
app/Item.php

@ -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,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,

12
app/SupportedApps/Plexpy.php

@ -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';
}
}

1
readme.md

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

BIN
storage/app/public/supportedapps/plexpy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Loading…
Cancel
Save