Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.27 KB

FreshRSS extensions

NOTE for edge users: please use the versions in edge branch instead.

This repository contains all my custom FreshRSS extensions.

How to install?

# Clone this repository
cd /var/www/FreshRSS/extensions
git clone --depth=1 https://github.com/aidistan/freshrss-extensions.git aidistan-extensions

# Checkout the edge branch (optional, only for edge users)
cd aidistan-extensions
git checkout edge
cd ..

# Copy the desired extension
cp -r aidistan-extensions/xExtension-XXX .

See also: https://freshrss.github.io/FreshRSS/en/admins/15_extensions.html#how-to-install

How to upgrade?

# Update the repository
cd /var/www/FreshRSS/extensions/aidistan-extensions
git pull
cd ..

# Remove the old version
rm -rf xExtension-XXX

# Copy the new version
cp -r aidistan-extensions/xExtension-XXX .

Quick glance

Theme Mode Synchronizer

Synchronize the theme with your system light/dark mode

SyncWithSystemTheme.mp4

Feed Priority Shortcut

Set up visibilities/priorities of your feeds easily