miniflux-legacy/docs/faq.markdown

44 lines
1.4 KiB
Markdown
Raw Normal View History

2016-08-19 02:16:01 +02:00
Frequently Asked Questions
==========================
2016-12-27 00:01:46 +01:00
Does Miniflux supports other databases than Sqlite?
---------------------------------------------------
Yes, Sqlite and Postgres are supported since the version 1.2.0.
2014-10-31 03:10:59 +01:00
How does Miniflux update my feeds from the user interface?
----------------------------------------------------------
Miniflux uses an Ajax request to refresh each subscription.
By default, there is only 5 feeds updated in parallel.
2014-10-31 03:10:59 +01:00
I have 600 subscriptions, can Miniflux handle that?
---------------------------------------------------
2016-12-27 00:01:46 +01:00
Probably, but your life is too cluttered.
Why is feature X missing?
2016-08-19 02:16:01 +02:00
-------------------------
2014-04-06 18:02:45 +02:00
Miniflux is a minimalist software. _Less is more_.
2014-10-31 03:10:59 +01:00
I found a bug, what next?
-------------------------
2018-01-05 02:12:32 +01:00
Report the bug to the [issues tracker](https://github.com/miniflux/miniflux-legacy/issues).
You can report feeds that doesn't works properly too.
2014-10-31 03:10:59 +01:00
What browser is compatible with Miniflux?
-----------------------------------------
Miniflux is tested with the latest versions of Mozilla Firefox, Google Chrome and Safari.
I want to send bookmarks to Pinboard. How do I find my Pinboard API token?
--------------------------------------------------------------------------
2016-12-27 00:01:46 +01:00
You can find your API token by going to [https://api.pinboard.in/v1/user/api_token/](https://api.pinboard.in/v1/user/api_token/).
2016-12-27 00:01:46 +01:00
The Pinboard token should be formatted like that: `bobsmith:12FC235692DF53DD1`.