Browse Source

Merge pull request #232 from CHBMB/bookstack

BookStack
pull/243/head
KodeStar 7 years ago
committed by GitHub
parent
commit
d109047fa5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 14
      app/SupportedApps/BookStack.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/bookstack.png

1
app/Item.php

@ -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,

14
app/SupportedApps/BookStack.php

@ -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';
}
}

1
readme.md

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save