-
Notifications
You must be signed in to change notification settings - Fork 23
[App] RSS reader
Read latest news and briefings via RSS.
This app is always available for use and does not require configuration.
However, if wish to override the default news sources, under JSON object Features
, construct a JSON
object called RSS
that has the following properties:
Property | Type | Meaning | Default value |
---|---|---|---|
Sources | array of strings | URLs to various RSS sources. | Top stories/home page from A(ustralia)BC, BBC, The Guardian, CNBC. |
Here is an example:
{ ... "Features": { ... "RSS": { "Sources": [ "https://www.theguardian.com/uk/rss", "https://www.cnbc.com/id/100003114/device/rss/rss.html" ] }, ... }, ... }
Use any capable laitos daemon to invoke the app:
.r skip count
Where skip
is the number of latest feeds to discard, and count
is the number of feeds to read after discarding.
Upon running this command, the feeds are downloaded from all sources at once, sorted in chronological order from latest
to oldest, and then the skip
and count
parameters are taken into account.
If some of the sources failed to respond, the command response will still collect feeds from the remaining working sources. The program health report produced by system maintenance daemon helps to discover invalid source URLs.
Table of Contents
- Home
- Get started
- Component list
- Tips for running on public cloud
- Tips for using apps over satellite
- laitos terminal
Daemon Components
- DNS server
- Mail server
- Web server
- Web proxy server
- Telnet server
- Telegram chat-bot
- Simple IP services server
- SNMP server
- System maintenance
- Phone home telemetry
Web Service Components
- Twilio telephone/SMS hook
- Microsoft chat bot hook
- The Things Network LORA tracker integration
- Recurring commands
- App command form
- Simple app command execution API
- GitLab browser
- Temporary file storage
- Simple web proxy
- Desktop on a page (virtual machine)
- Read telemetry records
- Program health report
- System process explorer
- Prometheus metrics exporter
- HTTP request inspector
- HTTP request logger
Apps