Giter VIP home page Giter VIP logo

pocketrss-dashboard's Introduction

๐Ÿ“ฑ PocketRSS

PocketRSS - A powerfull RSS aggregate server in 1 file compatible with Mastodon client and RSS client.

Features

PocketRSS is a powerfull RSS aggregate server in 1 file with XML and json APIs. It compatible RSS clients and mastodon clients.

  • โšก๏ธ 1 file and lower resource needed

  • ๐ŸŒ€ 1 click running

  • โš›๏ธ Easy to use

  • ๐Ÿ’จ Elegant dashboard

  • ๐Ÿ˜ Compatible with mastodon clients

  • ๐Ÿ’Ž Compatible with RSS clients

  • ๐Ÿ”จ Saving data, favorites etc in your own server

Getting Started

Docker

Create config file as below

[listen]
ip = "0.0.0.0"
port = 5000
pprof = false

[instance]
uri = "pocketrss.com"
websocket_endpoint = "wss://pocketrss.com"
enable_sensitive = false

[db]
name = "./pocketrss.db"

[sync]
enabled = true
interval = 10 # number as minute; ๆ•ฐๅญ—๏ผŒๅ•ไฝๅˆ†้’Ÿ

[logger]
level = "error"
docker run -itd --name pocketrss -p 5000:5000 -v /some/where/pocketrss.toml:/app/pocketrss.toml -v /some/where/pocketrss.db:/app/pocketrss.db leopku/pocketrss

menthion: remember to change /some/where to your actual path where you want to save config and database files.

Binary install

  1. Download newest release from github

  2. Uncompress downloaded file and open uncompressed directory

  3. Copy pocketrss.example.toml as pocketrss.toml

  4. Run pocketrss server in terminal

    ./pocketrss_linux_amd64 serve
  5. Look at http://localhost:5000 to see the dashboard.

Screenshot

Dashboard

  • Home

  • Feeds

  • Entries

  • Favorites

Clients

Android

  • Tusky

Desktop

  • Leaf

Web

  • elk (Recommend)

FAQ

  • Where is the RSS endpoint

    http[s]://your.server/rss

  • How can I visit my own server without SSL using Tusky.

    Using my modified version of Tusky. I can be found in release page

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.