fusion

module
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: MIT

README

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

Directories

Path Synopsis
cmd
server command
pkg
Package server is a generated GoMock package.
Package server is a generated GoMock package.
service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL