Skip to content

aidistan/freshrss-extensions

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published