commit
793483b6e9
4 changed files with 14 additions and 0 deletions
|
@ -66,6 +66,7 @@ class Item extends Model
|
|||
'UniFi' => \App\SupportedApps\Unifi::class,
|
||||
'pFsense' => \App\SupportedApps\Pfsense::class,
|
||||
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
|
||||
'WebTools' => \App\SupportedApps\WebTools::class,
|
||||
];
|
||||
}
|
||||
public static function supportedOptions()
|
||||
|
|
12
app/SupportedApps/WebTools.php
Normal file
12
app/SupportedApps/WebTools.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<?php namespace App\SupportedApps;
|
||||
class WebTools implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#555';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/webtools.png';
|
||||
}
|
||||
}
|
|
@ -66,6 +66,7 @@ You can use the app to link to any site or application, but Foundation apps will
|
|||
- UniFI
|
||||
- pfSense
|
||||
- rTorrent/ruTorrent
|
||||
- WebTools
|
||||
|
||||
## Installing
|
||||
Apart from the Laravel dependencies, namely PHP >= 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support.
|
||||
|
|
BIN
storage/app/public/supportedapps/webtools.png
Normal file
BIN
storage/app/public/supportedapps/webtools.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in a new issue