Browse Source
Merge pull request #147 from halorrr/patch-2
SupportedApp: OpenVaultMedia
pull/146/head^2
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
14 additions and
0 deletions
-
app/Item.php
-
app/SupportedApps/OpenMediaVault.php
-
readme.md
-
BIN
storage/app/public/supportedapps/openmediavault.png
|
@ -48,6 +48,7 @@ class Item extends Model |
|
|
'OPNSense' => \App\SupportedApps\Opnsense::class, |
|
|
'OPNSense' => \App\SupportedApps\Opnsense::class, |
|
|
'Ombi' => \App\SupportedApps\Ombi::class, |
|
|
'Ombi' => \App\SupportedApps\Ombi::class, |
|
|
'Openhab' => \App\SupportedApps\Openhab::class, |
|
|
'Openhab' => \App\SupportedApps\Openhab::class, |
|
|
|
|
|
'OpenMediaVault' => \App\SupportedApps\OpenMediaVault::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 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 |
|
|
- Nextcloud |
|
|
- Ombi |
|
|
- Ombi |
|
|
- OpenHAB |
|
|
- OpenHAB |
|
|
|
|
|
- OpenMediaVault |
|
|
- Plex |
|
|
- Plex |
|
|
- Plexrequests |
|
|
- Plexrequests |
|
|
- Portainer |
|
|
- Portainer |
|
|
Width:
|
Height:
|
Size: 9.3 KiB
|