Skip to content

0x2E/fusion

Repository files navigation

Fusion

preview

Fusion is an RSS aggregator and reader with:

  • Group, Bookmark, Search, Sniff feeds automatically, Import/Export OPML file
  • Support RSS, Atom, JSON types feed
  • Responsive, Light/Dark mode, PWA
  • Lightweight, Self-hosted friendly
    • Build with Golang and SQLite, Deploy with a single binary
    • Pre-build Docker image
    • Run with about 70MB of memory

Installation

1. Docker

docker run -it -d -p 8080:8080 -v $(pwd)/fusion:/data \
      -e PASSWORD="123456" \
      rook1e404/fusion
Other methods

2. Pre-build binary

Download an release, edit .env, then run:

./fusion

3. Build from source

  1. Prepare dependencies: Go 1.22, Node 21 with NPM
  2. Build
./scripts.sh build
  1. Deploy
cd build

# edit .env

# run
./fusion

Credits