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/ParisSetup Instructions
- Download the latest release of Youlag.
- Unzip and place the
xExtension-Youlagfolder into your local./extensionsdirectory. - Start FreshRSS using
docker compose up -d. - In FreshRSS, go to Settings → Extensions and enable Youlag.
Resources
GitHub: https://github.com/civilblur/youlag
FreshRSS: https://freshrss.org/