Browse Source
Merge pull request #156 from halorrr/patch-1
SupportedApp: pyLoad
pull/164/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/pyLoad.php
-
readme.md
-
BIN
storage/app/public/supportedapps/pyload.png
|
@ -67,6 +67,7 @@ class Item extends Model |
|
|
'tt-rss' => \App\SupportedApps\Ttrss::class, |
|
|
'tt-rss' => \App\SupportedApps\Ttrss::class, |
|
|
'UniFi' => \App\SupportedApps\Unifi::class, |
|
|
'UniFi' => \App\SupportedApps\Unifi::class, |
|
|
'pfSense' => \App\SupportedApps\Pfsense::class, |
|
|
'pfSense' => \App\SupportedApps\Pfsense::class, |
|
|
|
|
|
'pyLoad' => \App\SupportedApps\pyLoad::class, |
|
|
'ruTorrent' => \App\SupportedApps\ruTorrent::class, |
|
|
'ruTorrent' => \App\SupportedApps\ruTorrent::class, |
|
|
'Watcher3' => \App\SupportedApps\Watcher3::class, |
|
|
'Watcher3' => \App\SupportedApps\Watcher3::class, |
|
|
'WebTools' => \App\SupportedApps\WebTools::class, |
|
|
'WebTools' => \App\SupportedApps\WebTools::class, |
|
|
|
@ -0,0 +1,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
|
|
class pyLoad implements Contracts\Applications { |
|
|
|
|
|
public function defaultColour() |
|
|
|
|
|
{ |
|
|
|
|
|
return '#881'; |
|
|
|
|
|
} |
|
|
|
|
|
public function icon() |
|
|
|
|
|
{ |
|
|
|
|
|
return 'supportedapps/pyload.png'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -69,6 +69,7 @@ Supported applications are recognized by the title of the application as entered |
|
|
- Traefik |
|
|
- Traefik |
|
|
- UniFI |
|
|
- UniFI |
|
|
- pfSense |
|
|
- pfSense |
|
|
|
|
|
- pyLoad |
|
|
- rTorrent/ruTorrent |
|
|
- rTorrent/ruTorrent |
|
|
- Watcher3 |
|
|
- Watcher3 |
|
|
- WebTools |
|
|
- WebTools |
|
|
Width:
|
Height:
|
Size: 12 KiB
|