Merge pull request #232 from CHBMB/bookstack

BookStack
This commit is contained in:
KodeStar
2018-07-19 21:48:51 +01:00
committed by GitHub
4 changed files with 16 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class Item extends Model
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Booksonic' => \App\SupportedApps\Booksonic::class,
'BookStack' => \App\SupportedApps\BookStack::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
'Duplicati' => \App\SupportedApps\Duplicati::class,

View File

@@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class BookStack implements Contracts\Applications {
public function defaultColour()
{
return '#02679E';
}
public function icon()
{
return 'supportedapps/bookstack.png';
}
}

View File

@@ -45,6 +45,7 @@ Supported applications are recognized by the title of the application as entered
**Foundation**
- AirSonic
- Booksonic
- BookStack
- Cardigann
- DokuWiki
- Duplicati

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB