docs: clarify server URL format for FreshRSS and Miniflux
This commit is contained in:
parent
ff92499406
commit
68c4f6ccfe
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -1,9 +1,11 @@
|
|||
# FeedTheMonkey
|
||||
|
||||
FeedTheMonkey is a desktop client for [FreshRSS](https://freshrss.org) and
|
||||
[Miniflux](https://miniflux.app), which both implement the
|
||||
[Greader API](https://github.com/theoldreader/api).
|
||||
Just enter your server URL — no need to know the API path. It doesn't work as a standalone feed reader —
|
||||
FeedTheMonkey is a desktop client for any server that implements the
|
||||
[Greader API](https://github.com/theoldreader/api). When logging in, enter:
|
||||
|
||||
- **FreshRSS**: `https://example.com/api/greader.php`
|
||||
- **Miniflux**: `https://example.com`
|
||||
- Other compatible servers: consult your server's documentation for the Greader API endpoint It doesn't work as a standalone feed reader —
|
||||
it connects to a server to fetch articles and sync read state.
|
||||
|
||||
This is version 3, rewritten in Rust with GTK4 and libadwaita.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue