module
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Apr 28, 2024
License: MIT
Opens a new window with license information.
README
¶
Fusion

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
- Prepare dependencies: Go 1.22, Node 21 with NPM
- Build
./scripts.sh build
- Deploy
cd build
# edit .env
# run
./fusion
Credits
Directories
¶
Click to show internal directories.
Click to hide internal directories.