- Go to https://192.168.50.223:467/i/?c=extension
(replace with your own URL) - Click on the extension you want to install (such as Custom CSS)
- It will take you here: https://github.com/FreshRSS/Extensions
- Open the xExtension-CustomCSS folder link (https://github.com/FreshRSS/Extensions/tree/master/xExtension-CustomCSS)
- Copy the URL in the address bar: (https://github.com/FreshRSS/Extensions/tree/master/xExtension-CustomCSS)
- Go to https://download-directory.github.io/ and paste the CustommCSS folder URL into the box to download the zip.
- Extract the .zip and copy to /srv/mydisk/AppData/freshrss/www/freshrss/extensions or whatever your Docker data folder is for FreshRSS.
- Make sure Permissions are set to you and 0755
- Add the extensions folder to your Docker Compose YAML for FreshRSS like this:
```
version: "2.1"
services:
freshrss:
image: lscr.io/linuxserver/freshrss
container_name: freshrss
environment:
- PUID=1000
- PGID=100
- TZ=America/Detroit
- CRON_MIN=0,15,30,45
volumes:
- /srv/dev-disk-by-uuid-865e9bc7-b641-472e-be84-a6d7988d63ee/AppData/freshrss2:/config
- /srv/dev-disk-by-uuid-865e9bc7-b641-472e-be84-a6d7988d63ee/AppData/freshrss2/www/freshrss/extensions:/extensions
ports:
- 8182:80
- 467:443
- Restart the Docker container
- Go back to https://192.168.50.223:467/i/?c=extension and enable the extensions
