GitHunt
IT

ItsNoted/yarr-docker

yet another rss reader

yarr

yarr (yet another rss reader) is a web-based feed aggregator which can be used both
as a desktop application and a personal self-hosted server.

It is written in Go with the frontend in Vue.js. The storage is backed by SQLite.

screenshot

usage

This is an exact fork of the original yarr repo I cloned and built the Docker image to create it myself. Feel free to use the Docker Compose below.

version: '3.3'
services:
    yarr:
        ports:
            - '7070:7070'
        volumes:
            - '/docker/yarr:/data'
        image: itsnoted/yarr

credits

Feather for icons.

Languages

Go72.2%JavaScript9.6%HTML8.8%CSS3.2%C2.7%Objective-C2.6%Makefile0.6%Shell0.3%
MIT License
Created March 31, 2023
Updated February 18, 2025
ItsNoted/yarr-docker | GitHunt