KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
15 additions and
0 deletions
-
app/Item.php
-
app/SupportedApps/Netdata.php
-
readme.md
-
BIN
storage/app/public/supportedapps/netdata.png
|
@ -37,6 +37,7 @@ class Item extends Model |
|
|
'NZBGet' => \App\SupportedApps\Nzbget::class, |
|
|
'NZBGet' => \App\SupportedApps\Nzbget::class, |
|
|
'Openhab' => \App\SupportedApps\Openhab::class, |
|
|
'Openhab' => \App\SupportedApps\Openhab::class, |
|
|
'pFsense' => \App\SupportedApps\Pfsense::class, |
|
|
'pFsense' => \App\SupportedApps\Pfsense::class, |
|
|
|
|
|
'Netdata' => \App\SupportedApps\Netdata::class, |
|
|
'Pihole' => \App\SupportedApps\Pihole::class, |
|
|
'Pihole' => \App\SupportedApps\Pihole::class, |
|
|
'Plex' => \App\SupportedApps\Plex::class, |
|
|
'Plex' => \App\SupportedApps\Plex::class, |
|
|
'Plexpy' => \App\SupportedApps\Plexpy::class, |
|
|
'Plexpy' => \App\SupportedApps\Plexpy::class, |
|
|
|
@ -0,0 +1,12 @@ |
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
|
|
|
|
|
|
|
|
class Netdata implements Contracts\Applications { |
|
|
|
|
|
public function defaultColour() |
|
|
|
|
|
{ |
|
|
|
|
|
return '#543737'; |
|
|
|
|
|
} |
|
|
|
|
|
public function icon() |
|
|
|
|
|
{ |
|
|
|
|
|
return 'supportedapps/netdata.png'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -26,8 +26,10 @@ You can use the app to link to any site or application, but Foundation apps will |
|
|
- Jdownloader |
|
|
- Jdownloader |
|
|
- Mcmyadmin |
|
|
- Mcmyadmin |
|
|
- NZBGet |
|
|
- NZBGet |
|
|
|
|
|
- Netdata |
|
|
- Nextcloud |
|
|
- Nextcloud |
|
|
- Openhab |
|
|
- Openhab |
|
|
|
|
|
- Pihole |
|
|
- Plex |
|
|
- Plex |
|
|
- Plexpy |
|
|
- Plexpy |
|
|
- Plexrequests |
|
|
- Plexrequests |
|
|
Width:
|
Height:
|
Size: 6.8 KiB
|