feat(SupportedApps): Added DokuWiki to Foundation Apps

Closes #104
This commit is contained in:
Futos 2018-02-28 13:03:17 +01:00
parent 929346b2f1
commit a05b7a43bd
4 changed files with 14 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class Item extends Model
{
return [
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
'Duplicati' => \App\SupportedApps\Duplicati::class,
'Emby' => \App\SupportedApps\Emby::class,
'Gitea' => \App\SupportedApps\Gitea::class,

View file

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

View file

@ -34,6 +34,7 @@ You can use the app to link to any site or application, but Foundation apps will
**Foundation**
- Deluge
- DokuWiki
- Duplicati
- Emby
- Gitea

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB