mirror of https://github.com/miniflux/v2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 days ago | |
---|---|---|
.devcontainer | 7 months ago | |
.github | 1 month ago | |
api | 3 months ago | |
cli | 10 months ago | |
client | 2 months ago | |
config | 2 months ago | |
contrib | 3 months ago | |
crypto | 10 months ago | |
database | 4 days ago | |
errors | 10 months ago | |
fever | 3 months ago | |
googlereader | 3 months ago | |
http | 3 months ago | |
integration | 1 week ago | |
locale | 4 days ago | |
logger | 10 months ago | |
metric | 2 years ago | |
model | 4 days ago | |
oauth2 | 10 months ago | |
packaging | 7 months ago | |
proxy | 3 months ago | |
reader | 4 days ago | |
service | 3 months ago | |
storage | 4 days ago | |
systemd | 2 years ago | |
template | 3 days ago | |
tests | 2 months ago | |
timer | 10 months ago | |
timezone | 10 months ago | |
ui | 4 days ago | |
url | 2 months ago | |
validator | 2 months ago | |
version | 10 months ago | |
worker | 10 months ago | |
.gitignore | 1 year ago | |
ChangeLog | 1 month ago | |
LICENSE | 6 years ago | |
Makefile | 3 months ago | |
Procfile | 5 years ago | |
README.md | 3 years ago | |
SECURITY.md | 3 months ago | |
doc.go | 10 months ago | |
go.mod | 2 weeks ago | |
go.sum | 2 weeks ago | |
main.go | 2 years ago | |
miniflux.1 | 3 months ago |
README.md
Miniflux 2
Miniflux is a minimalist and opinionated feed reader:
- Written in Go (Golang)
- Works only with Postgresql
- Doesn't use any ORM
- Doesn't use any complicated framework
- Use only modern vanilla Javascript (ES6 and Fetch API)
- Single binary compiled statically without dependency
- The number of features is voluntarily limited
It's simple, fast, lightweight and super easy to install.
Official website: https://miniflux.app
Documentation
The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)
- Opinionated?
- Features
- Requirements
- Installation Instructions
- Upgrading to a New Version
- Configuration
- Command Line Usage
- User Interface Usage
- Keyboard Shortcuts
- Integration with External Services
- Rewrite and Scraper Rules
- API Reference
- Development
- Internationalization
- Frequently Asked Questions
Screenshots
Default theme:
Dark theme when using keyboard navigation:
Credits
- Authors: Frédéric Guillot - List of contributors
- Distributed under Apache 2.0 License