Reddit Widget
Shows recent posts from one or more subreddits, sorted by score.
Configuration
No API key required. Uses Reddit's public JSON API.
| Key | Type | Default | Description |
|---|---|---|---|
subreddits | string[] | ["programming", "selfhosted", "homelab"] | List of subreddit names (without r/) |
Example config
json
{
"subreddits": ["selfhosted", "homelab", "linux", "sysadmin"]
}Notes
- Posts are fetched from
reddit.com/r/{subreddit}.json— no login required - Reddit occasionally rate-limits unauthenticated requests; the widget will show the last successful data while retrying
- NSFW subreddits may not return results without authentication