parent
592f8f0831
commit
7cfd6e7493
4 changed files with 15 additions and 0 deletions
|
@ -36,6 +36,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
Normal file
12
app/SupportedApps/Netdata.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class HomeAssistant implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#073c52';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/homeassistant.png';
|
||||
}
|
||||
}
|
|
@ -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
Normal file
BIN
storage/app/public/supportedapps/netdata.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.8 KiB |
Loading…
Add table
Reference in a new issue