Merge pull request #22 from Futos/nextcloud

feat: added Nextcloud to supported Apps
This commit is contained in:
KodeStar
2018-02-10 22:14:01 +00:00
committed by GitHub
4 changed files with 14 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ class Item extends Model
'Plex' => \App\SupportedApps\Plex::class,
'Portainer' => \App\SupportedApps\Portainer::class,
'UniFi' => \App\SupportedApps\Unifi::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
];
}

View File

@@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Nextcloud implements Contracts\Applications {
public function defaultColour()
{
return '#2f83c6';
}
public function icon()
{
return 'supportedapps/nextcloud.png';
}
}

View File

@@ -23,6 +23,7 @@ You can use the app to link to any site or application, but "Supported" apps wil
- Duplicati
- Emby
- NZBGet
- Nextcloud
- pFsense
- Pihole
- Plex

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB