NOTE for edge users: please use the versions in edge branch instead.
This repository contains all my custom FreshRSS extensions.
# 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
# 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 .
Synchronize the theme with your system light/dark mode
SyncWithSystemTheme.mp4
Set up visibilities/priorities of your feeds easily