feat(SupportedApps): added TT-RSS Application to Foundation Apps
Closes #72
This commit is contained in:
parent
26435d85e8
commit
40b5cd3cff
4 changed files with 14 additions and 0 deletions
|
@ -39,6 +39,7 @@ class Item extends Model
|
|||
'Netdata' => \App\SupportedApps\Netdata::class,
|
||||
'Nextcloud' => \App\SupportedApps\Nextcloud::class,
|
||||
'Nzbhydra' => \App\SupportedApps\Nzbhydra::class,
|
||||
'Ttrss' => \App\SupportedApps\Ttrss::class,
|
||||
'OPNSense' => \App\SupportedApps\Opnsense::class,
|
||||
'Openhab' => \App\SupportedApps\Openhab::class,
|
||||
'Pihole' => \App\SupportedApps\Pihole::class,
|
||||
|
|
12
app/SupportedApps/Ttrss.php
Normal file
12
app/SupportedApps/Ttrss.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Ttrss implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#9d704c';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/tt-rss.png';
|
||||
}
|
||||
}
|
|
@ -38,6 +38,7 @@ You can use the app to link to any site or application, but Foundation apps will
|
|||
- Plexrequests
|
||||
- Portainer
|
||||
- Sabnzbd
|
||||
- TT-RSS
|
||||
- Traefik
|
||||
- UniFi
|
||||
- pFsense
|
||||
|
|
BIN
storage/app/public/supportedapps/tt-rss.png
Normal file
BIN
storage/app/public/supportedapps/tt-rss.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 19 KiB |
Loading…
Add table
Reference in a new issue