mirror of
https://github.com/gethomepage/homepage.git
synced 2026-06-04 22:05:15 -04:00
19c25713c4
Co-Authored-By: Ben Phelps <ben@phelps.io>
17 lines
435 B
Markdown
17 lines
435 B
Markdown
---
|
|
title: FreshRSS
|
|
description: FreshRSS Widget Configuration
|
|
---
|
|
|
|
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
|
|
```
|