Browse Source
Merge pull request #166 from halorrr/patch-1
SupportedApp: Syncthing
pull/169/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
13 additions and
0 deletions
-
app/Item.php
-
app/SupportedApps/Syncthing.php
-
readme.md
-
BIN
storage/app/public/supportedapps/syncthing.png
|
@ -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, |
|
|
|
@ -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'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -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 |
|
|
|
|
|
|
|
|
Width:
|
Height:
|
Size: 30 KiB
|