Browse Source

Merge pull request #79 from Futos/netdata

Netdata
pull/88/head
KodeStar 7 years ago
committed by GitHub
parent
commit
25d2897fb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Netdata.php
  3. 2
      readme.md
  4. BIN
      storage/app/public/supportedapps/netdata.png

1
app/Item.php

@ -37,6 +37,7 @@ class Item extends Model
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Openhab' => \App\SupportedApps\Openhab::class,
'pFsense' => \App\SupportedApps\Pfsense::class,
'Netdata' => \App\SupportedApps\Netdata::class,
'Pihole' => \App\SupportedApps\Pihole::class,
'Plex' => \App\SupportedApps\Plex::class,
'Plexpy' => \App\SupportedApps\Plexpy::class,

12
app/SupportedApps/Netdata.php

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

2
readme.md

@ -26,8 +26,10 @@ You can use the app to link to any site or application, but Foundation apps will
- Jdownloader
- Mcmyadmin
- NZBGet
- Netdata
- Nextcloud
- Openhab
- Pihole
- Plex
- Plexpy
- Plexrequests

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Loading…
Cancel
Save