Browse Source

Merge pull request #156 from halorrr/patch-1

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

1
app/Item.php

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

12
app/SupportedApps/pyLoad.php

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

1
readme.md

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

BIN
storage/app/public/supportedapps/pyload.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save