Revert "Merge branch 'master' into app-Mylar"
This reverts commit586941ece7
, reversing changes made to263a4578d4
.
This commit is contained in:
parent
586941ece7
commit
c5e0f3abc8
12 changed files with 0 additions and 70 deletions
|
@ -29,7 +29,6 @@ class Item extends Model
|
|||
'AirSonic' => \App\SupportedApps\AirSonic::class,
|
||||
'Cardigann' => \App\SupportedApps\Cardigann::class,
|
||||
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
|
||||
'Booksonic' => \App\SupportedApps\Booksonic::class,
|
||||
'Deluge' => \App\SupportedApps\Deluge::class,
|
||||
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
|
||||
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
||||
|
@ -38,18 +37,14 @@ class Item extends Model
|
|||
'Glances' => \App\SupportedApps\Glances::class,
|
||||
'Grafana' => \App\SupportedApps\Grafana::class,
|
||||
'Graylog' => \App\SupportedApps\Graylog::class,
|
||||
'Headphones' => \App\SupportedApps\Headphones::class,
|
||||
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
|
||||
'Jackett' => \App\SupportedApps\Jackett::class,
|
||||
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
|
||||
'Krusader' => \App\SupportedApps\Krusader::class,
|
||||
'LibreNMS' => \App\SupportedApps\LibreNMS::class,
|
||||
'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class,
|
||||
'Lidarr' => \App\SupportedApps\Lidarr::class,
|
||||
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
|
||||
'Medusa' => \App\SupportedApps\Medusa::class,
|
||||
'Mylar' => \App\SupportedApps\Mylar::class,
|
||||
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class,
|
||||
'NZBGet' => \App\SupportedApps\Nzbget::class,
|
||||
'Netdata' => \App\SupportedApps\Netdata::class,
|
||||
'Nextcloud' => \App\SupportedApps\Nextcloud::class,
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Booksonic implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#58a';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/booksonic.png';
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Headphones implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#185';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/headphones.png';
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class LazyLibrarian implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#a50';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/lazylibrarian.png';
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class LibreNMS implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#e77';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/librenms.png';
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class MusicBrainz implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#a0a';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/musicbrainz.png';
|
||||
}
|
||||
}
|
|
@ -42,7 +42,6 @@ Supported applications are recognized by the title of the application as entered
|
|||
|
||||
**Foundation**
|
||||
- AirSonic
|
||||
- Booksonic
|
||||
- Cardigann
|
||||
- Deluge
|
||||
- DokuWiki
|
||||
|
@ -51,16 +50,12 @@ Supported applications are recognized by the title of the application as entered
|
|||
- Gitea
|
||||
- Grafana
|
||||
- Graylog
|
||||
- Headphones
|
||||
- Jdownloader
|
||||
- Krusader
|
||||
- LibreNMS
|
||||
- LazyLibrarian
|
||||
- Lidarr
|
||||
- McMyAdmin
|
||||
- Medusa
|
||||
- Mylar
|
||||
- MusicBrainz
|
||||
- NZBhydra & NZBhydra2
|
||||
- Netdata
|
||||
- Nextcloud
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
Loading…
Reference in a new issue