Browse Source

feat(SupportedApps): added TT-RSS Application to Foundation Apps

Closes #72
pull/90/head
Futos 7 years ago
parent
commit
40b5cd3cff
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Ttrss.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/tt-rss.png

1
app/Item.php

@ -39,6 +39,7 @@ class Item extends Model
'Netdata' => \App\SupportedApps\Netdata::class, 'Netdata' => \App\SupportedApps\Netdata::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class, 'Nextcloud' => \App\SupportedApps\Nextcloud::class,
'Nzbhydra' => \App\SupportedApps\Nzbhydra::class, 'Nzbhydra' => \App\SupportedApps\Nzbhydra::class,
'Ttrss' => \App\SupportedApps\Ttrss::class,
'OPNSense' => \App\SupportedApps\Opnsense::class, 'OPNSense' => \App\SupportedApps\Opnsense::class,
'Openhab' => \App\SupportedApps\Openhab::class, 'Openhab' => \App\SupportedApps\Openhab::class,
'Pihole' => \App\SupportedApps\Pihole::class, 'Pihole' => \App\SupportedApps\Pihole::class,

12
app/SupportedApps/Ttrss.php

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

1
readme.md

@ -38,6 +38,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Plexrequests - Plexrequests
- Portainer - Portainer
- Sabnzbd - Sabnzbd
- TT-RSS
- Traefik - Traefik
- UniFi - UniFi
- pFsense - pFsense

BIN
storage/app/public/supportedapps/tt-rss.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Loading…
Cancel
Save