Browse Source

Merge pull request #166 from halorrr/patch-1

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

1
app/Item.php

@ -63,6 +63,7 @@ class Item extends Model
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, 'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
'Sickrage' => \App\SupportedApps\Sickrage::class, 'Sickrage' => \App\SupportedApps\Sickrage::class,
'Sonarr' => \App\SupportedApps\Sonarr::class, 'Sonarr' => \App\SupportedApps\Sonarr::class,
'Syncthing' => \App\SupportedApps\Syncthing::class,
'Tautulli' => \App\SupportedApps\Tautulli::class, 'Tautulli' => \App\SupportedApps\Tautulli::class,
'Transmission' => \App\SupportedApps\Transmission::class, 'Transmission' => \App\SupportedApps\Transmission::class,
'Traefik' => \App\SupportedApps\Traefik::class, 'Traefik' => \App\SupportedApps\Traefik::class,

11
app/SupportedApps/Syncthing.php

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

1
readme.md

@ -73,6 +73,7 @@ Supported applications are recognized by the title of the application as entered
- pfSense - pfSense
- pyLoad - pyLoad
- rTorrent/ruTorrent - rTorrent/ruTorrent
- Syncthing
- Watcher3 - Watcher3
- WebTools - WebTools

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save