Browse Source

Adds ruTorrent

pull/84/head
cheesemarathon 7 years ago
parent
commit
bbc7782f40
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/ruTorrent.php
  3. BIN
      storage/app/public/supportedapps/rutorrent.png

1
app/Item.php

@ -46,6 +46,7 @@ class Item extends Model
'Portainer' => \App\SupportedApps\Portainer::class,
'Proxmox' => \App\SupportedApps\Proxmox::class,
'Radarr' => \App\SupportedApps\Radarr::class,
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
'Sonarr' => \App\SupportedApps\Sonarr::class,
'Traefik' => \App\SupportedApps\Traefik::class,

12
app/SupportedApps/ruTorrent.php

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Loading…
Cancel
Save