mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
Merge pull request #37 from Futos/mcmyadmin
feat: added Mcmyadmin as a supported App - Closes #27
This commit is contained in:
@@ -28,6 +28,7 @@ class Item extends Model
|
||||
return [
|
||||
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
||||
'Emby' => \App\SupportedApps\Emby::class,
|
||||
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
|
||||
'NZBGet' => \App\SupportedApps\Nzbget::class,
|
||||
'Nextcloud' => \App\SupportedApps\Nextcloud::class,
|
||||
'Pihole' => \App\SupportedApps\Pihole::class,
|
||||
|
||||
12
app/SupportedApps/Mcmyadmin.php
Normal file
12
app/SupportedApps/Mcmyadmin.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Mcmyadmin implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#30404b';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/mcmyadmin.png';
|
||||
}
|
||||
}
|
||||
@@ -22,6 +22,7 @@ You can use the app to link to any site or application, but Foundation apps will
|
||||
**Foundation**
|
||||
- Duplicati
|
||||
- Emby
|
||||
- Mcmyadmin
|
||||
- NZBGet
|
||||
- Nextcloud
|
||||
- Pihole
|
||||
|
||||
BIN
storage/app/public/supportedapps/mcmyadmin.png
Normal file
BIN
storage/app/public/supportedapps/mcmyadmin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
Reference in New Issue
Block a user