Browse Source
Merge pull request #258 from ABOTlegacy/Bitwarden
Added Bitwarden to foundation apps.
pull/266/head
KodeStar
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
14 additions and
0 deletions
-
app/Item.php
-
app/SupportedApps/Bitwarden.php
-
readme.md
-
BIN
storage/app/public/supportedapps/bitwarden.png
|
@ -30,6 +30,7 @@ class Item extends Model |
|
|
'Cardigann' => \App\SupportedApps\Cardigann::class, |
|
|
'Cardigann' => \App\SupportedApps\Cardigann::class, |
|
|
'CouchPotato' => \App\SupportedApps\CouchPotato::class, |
|
|
'CouchPotato' => \App\SupportedApps\CouchPotato::class, |
|
|
'Bazarr' => \App\SupportedApps\Bazarr::class, |
|
|
'Bazarr' => \App\SupportedApps\Bazarr::class, |
|
|
|
|
|
'Bitwarden' => \App\SupportedApps\Bitwarden::class, |
|
|
'Booksonic' => \App\SupportedApps\Booksonic::class, |
|
|
'Booksonic' => \App\SupportedApps\Booksonic::class, |
|
|
'BookStack' => \App\SupportedApps\BookStack::class, |
|
|
'BookStack' => \App\SupportedApps\BookStack::class, |
|
|
'Deluge' => \App\SupportedApps\Deluge::class, |
|
|
'Deluge' => \App\SupportedApps\Deluge::class, |
|
|
|
@ -0,0 +1,12 @@ |
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
|
|
|
|
|
|
|
|
class Bitwarden implements Contracts\Applications { |
|
|
|
|
|
public function defaultColour() |
|
|
|
|
|
{ |
|
|
|
|
|
return '#3c8dbc'; |
|
|
|
|
|
} |
|
|
|
|
|
public function icon() |
|
|
|
|
|
{ |
|
|
|
|
|
return 'supportedapps/bitwarden.png'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -45,6 +45,7 @@ Supported applications are recognized by the title of the application as entered |
|
|
**Foundation** |
|
|
**Foundation** |
|
|
- AirSonic |
|
|
- AirSonic |
|
|
- Bazarr |
|
|
- Bazarr |
|
|
|
|
|
- Bitwarden |
|
|
- Booksonic |
|
|
- Booksonic |
|
|
- BookStack |
|
|
- BookStack |
|
|
- Cardigann |
|
|
- Cardigann |
|
|
Width:
|
Height:
|
Size: 4.3 KiB
|