AppsRSSYoulag

Youlag

Youlag is an extension for FreshRSS, allowing you to browse YouTube and article feeds through a modernized design with quality-of-life features.

Directory Structure

To use Youlag, you need to mount it into your FreshRSS extensions folder.

    • docker-compose.yml

docker-compose.yml

services:
  freshrss:
    image: freshrss/freshrss:latest
    container_name: freshrss
    restart: unless-stopped
    ports:
      - "8080:80"
    volumes:
      - ./data:/var/www/FreshRSS/data
      - ./extensions:/var/www/FreshRSS/extensions # Mount the extensions folder
    environment:
      - TZ=Europe/Paris

Setup Instructions

  1. Download the latest release of Youlag.
  2. Unzip and place the xExtension-Youlag folder into your local ./extensions directory.
  3. Start FreshRSS using docker compose up -d.
  4. In FreshRSS, go to Settings → Extensions and enable Youlag.

Resources

GitHub: https://github.com/civilblur/youlag

FreshRSS: https://freshrss.org/