Last update at :2024-05-13,Edit by888u
The Miniflux website is a free RSS subscription tool, and the space supports apache, PHP, and Mysql. Supports RTL (Right to Left) language, automatic update function, supports multiple users, each has its own SQLite data. 1. Miniflux introduces Fever API and its own API. Can be synced to Pinboard, Wallabag, Shaarli, Instapaper. OPML can be exported and imported. Support Chinese.
2. Miniflux installation and downloading is simple. Create a database, upload source code, modify the database information in config.php, and enter the domain name in the browser to install. The installation package provided by this site has added a variety of themes, but there are no other changes.
Local download: miniflux-v1.2.3.zip
3. Automatic synchronization and manual synchronization 1. Automatic synchronization uses cronjob.
crontab -eAdd the following code (/path/to/miniflux is the absolute directory where miniflux is installed. Please use the following synchronization command selectively.):
# Update all subscriptions every 4 hours 0 */4 * * * cd /path/to/miniflux && php cronjob.php >/dev/null 2>&1 # Update 10 latest news each time 0 */4 * * * cd /path/to/miniflux && php cronjob.php --limit=10 >/dev/null 2>&1 # Update all subscriptions every 60 minutes (up to 120 items synchronized, 8 items per subscription). * */4 * * * cd /path/to/miniflux && php cronjob.php --call-interval=4 --update-interval=60 >/dev/null 2>&12. If manual synchronization does not support or cannot set up cronjob, you can directly log in to Miniflux, click Subscribe in the upper right corner, and then click Refresh All.
3. Directly browse and synchronize the browser input: https://rss.us.com/cronjob.php?call-interval=4&update-interval=60&token=XXXXXXXXXX and replace it with your API token. Your API token is in: Settings - Interface - API token under Miniflux API
Miniflux official website: https://miniflux.net/
Recommended site searches: .net virtual host, virtual host evaluation, host domain name, free cloud server, cloud server, registered domain name, registration, Hong Kong virtual host, free US host, cheap domain name
发表评论