Fusion is a lightweight, self-hosted RSS reader designed for a fast and focused reading experience. It intentionally avoids AI features, providing a distraction-free environment to catch up on your news feeds. You have complete control over your data and how you access it, with simple deployment options that get you up and running in minutes.
Key features include:
services:
fusion:
image: ghcr.io/0x2e/fusion:latest
container_name: fusion
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data
environment:
- TZ=UTC# No sensitive environment variables are required for the default setup of Fusion.
# You can configure the application via the web interface after the first launch.Auto-fetched about 14 hours ago
Auto-fetched about 14 hours ago