Browse Source

Merge pull request #197 from finish06/master

Add App - Flood
pull/207/head
KodeStar 7 years ago
committed by GitHub
parent
commit
8666daa07d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Flood.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/Flood.png

1
app/Item.php

@ -34,6 +34,7 @@ class Item extends Model
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
'Duplicati' => \App\SupportedApps\Duplicati::class,
'Emby' => \App\SupportedApps\Emby::class,
'Flood' => \App\SupportedApps\Flood::class,
'Gitea' => \App\SupportedApps\Gitea::class,
'Glances' => \App\SupportedApps\Glances::class,
'Grafana' => \App\SupportedApps\Grafana::class,

12
app/SupportedApps/Flood.php

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

1
readme.md

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save