Coder Social home page Coder Social logo

luanmuniz / fusion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0x2e/fusion

0.0 0.0 0.0 1.18 MB

A lightweight, self-hosted friendly RSS aggregator and reader

License: MIT License

Shell 0.27% JavaScript 1.66% Go 31.49% TypeScript 13.64% CSS 0.89% HTML 0.40% Dockerfile 0.26% Svelte 51.39%

fusion's Introduction

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

fusion's People

Contributors

0x2e avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.