Browse Source
Merge pull request #189 from ullbergm/app-Rancher
Foundation App: Rancher
pull/202/head
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/Rancher.php
-
readme.md
-
BIN
storage/app/public/supportedapps/rancher.png
|
@ -60,6 +60,7 @@ class Item extends Model |
|
|
'Portainer' => \App\SupportedApps\Portainer::class, |
|
|
'Portainer' => \App\SupportedApps\Portainer::class, |
|
|
'Proxmox' => \App\SupportedApps\Proxmox::class, |
|
|
'Proxmox' => \App\SupportedApps\Proxmox::class, |
|
|
'Radarr' => \App\SupportedApps\Radarr::class, |
|
|
'Radarr' => \App\SupportedApps\Radarr::class, |
|
|
|
|
|
'Rancher' => \App\SupportedApps\Rancher::class, |
|
|
'Runeaudio' => \App\SupportedApps\Runeaudio::class, |
|
|
'Runeaudio' => \App\SupportedApps\Runeaudio::class, |
|
|
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, |
|
|
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, |
|
|
'Sickrage' => \App\SupportedApps\Sickrage::class, |
|
|
'Sickrage' => \App\SupportedApps\Sickrage::class, |
|
|
|
@ -0,0 +1,12 @@ |
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
|
|
|
|
|
|
|
|
class Rancher implements Contracts\Applications { |
|
|
|
|
|
public function defaultColour() |
|
|
|
|
|
{ |
|
|
|
|
|
return '#78c9cf'; |
|
|
|
|
|
} |
|
|
|
|
|
public function icon() |
|
|
|
|
|
{ |
|
|
|
|
|
return 'supportedapps/rancher.png'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -65,6 +65,7 @@ Supported applications are recognized by the title of the application as entered |
|
|
- Plexrequests |
|
|
- Plexrequests |
|
|
- Portainer |
|
|
- Portainer |
|
|
- Radarr |
|
|
- Radarr |
|
|
|
|
|
- Rancher |
|
|
- SickRage |
|
|
- SickRage |
|
|
- Sonarr |
|
|
- Sonarr |
|
|
- TT-RSS |
|
|
- TT-RSS |
|
|
Width:
|
Height:
|
Size: 4.4 KiB
|