Browse Source

Merge pull request #147 from halorrr/patch-2

SupportedApp: OpenVaultMedia
pull/146/head^2
KodeStar 7 years ago
committed by GitHub
parent
commit
b0fecdd017
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/OpenMediaVault.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/openmediavault.png

1
app/Item.php

@ -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

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

1
readme.md

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Loading…
Cancel
Save