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.
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
2 days ago | |
---|---|---|
.devcontainer | 4 months ago | |
.github | 2 days ago | |
api | 4 weeks ago | |
cli | 7 months ago | |
client | 4 weeks ago | |
config | 2 weeks ago | |
contrib | 1 month ago | |
crypto | 8 months ago | |
database | 4 weeks ago | |
errors | 8 months ago | |
fever | 4 weeks ago | |
googlereader | 4 weeks ago | |
http | 1 week ago | |
integration | 5 months ago | |
locale | 2 weeks ago | |
logger | 8 months ago | |
metric | 2 years ago | |
model | 4 weeks ago | |
oauth2 | 8 months ago | |
packaging | 4 months ago | |
proxy | 4 weeks ago | |
reader | 3 weeks ago | |
service | 2 weeks ago | |
storage | 4 weeks ago | |
systemd | 2 years ago | |
template | 4 weeks ago | |
tests | 4 months ago | |
timer | 8 months ago | |
timezone | 8 months ago | |
ui | 1 week ago | |
url | 8 months ago | |
validator | 8 months ago | |
version | 8 months ago | |
worker | 8 months ago | |
.gitignore | 1 year ago | |
ChangeLog | 6 days ago | |
LICENSE | 5 years ago | |
Makefile | 4 weeks ago | |
Procfile | 5 years ago | |
README.md | 2 years ago | |
SECURITY.md | 1 week ago | |
doc.go | 8 months ago | |
go.mod | 6 days ago | |
go.sum | 6 days ago | |
main.go | 2 years ago | |
miniflux.1 | 2 weeks 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