Browse Source

feat: added Plexrequests as a supported App

pull/38/head
Futos 7 years ago
parent
commit
4c8477c4a9
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Plexrequests.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/plexrequests.png

1
app/Item.php

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

12
app/SupportedApps/Plexrequests.php

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

1
readme.md

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Loading…
Cancel
Save