1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-04 22:43:40 +01:00
homepage/docs/widgets/services/freshrss.md

19 lines
503 B
Markdown
Raw Permalink Normal View History

2023-09-29 21:01:11 +03:00
---
title: FreshRSS
description: FreshRSS Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [FreshRSS](https://github.com/FreshRSS/FreshRSS).
2023-09-29 21:01:11 +03:00
Please refer to [Enable the API in FreshRSS](https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#enable-the-api-in-freshrss) for the "API password" to be entered in the password field.
Allowed fields: `["subscriptions", "unread"]`.
```yaml
widget:
type: freshrss
url: http://freshrss.host.or.ip:port
username: username
password: password
2023-09-29 21:01:11 +03:00
```