diff --git a/app/Item.php b/app/Item.php index 97e19fdf..a7f258d9 100644 --- a/app/Item.php +++ b/app/Item.php @@ -63,6 +63,7 @@ class Item extends Model 'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, 'Sickrage' => \App\SupportedApps\Sickrage::class, 'Sonarr' => \App\SupportedApps\Sonarr::class, + 'Syncthing' => \App\SupportedApps\Syncthing::class, 'Tautulli' => \App\SupportedApps\Tautulli::class, 'Transmission' => \App\SupportedApps\Transmission::class, 'Traefik' => \App\SupportedApps\Traefik::class, diff --git a/app/SupportedApps/Syncthing.php b/app/SupportedApps/Syncthing.php new file mode 100644 index 00000000..df4cc5bb --- /dev/null +++ b/app/SupportedApps/Syncthing.php @@ -0,0 +1,11 @@ +