Merge pull request #147 from halorrr/patch-2
SupportedApp: OpenVaultMedia
This commit is contained in:
commit
b0fecdd017
4 changed files with 14 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Item extends Model
|
|||
'OPNSense' => \App\SupportedApps\Opnsense::class,
|
||||
'Ombi' => \App\SupportedApps\Ombi::class,
|
||||
'Openhab' => \App\SupportedApps\Openhab::class,
|
||||
'OpenMediaVault' => \App\SupportedApps\OpenMediaVault::class,
|
||||
'Pihole' => \App\SupportedApps\Pihole::class,
|
||||
'Plex' => \App\SupportedApps\Plex::class,
|
||||
'Plexpy' => \App\SupportedApps\Plexpy::class,
|
||||
|
|
12
app/SupportedApps/OpenMediaVault.php
Normal file
12
app/SupportedApps/OpenMediaVault.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<?php namespace App\SupportedApps;
|
||||
class OpenMediaVault implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#5AF';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/openmediavault.png';
|
||||
}
|
||||
}
|
|
@ -55,6 +55,7 @@ You can use the app to link to any site or application, but Foundation apps will
|
|||
- Nextcloud
|
||||
- Ombi
|
||||
- OpenHAB
|
||||
- OpenMediaVault
|
||||
- Plex
|
||||
- Plexrequests
|
||||
- Portainer
|
||||
|
|
BIN
storage/app/public/supportedapps/openmediavault.png
Normal file
BIN
storage/app/public/supportedapps/openmediavault.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in a new issue