Skip to content

Extension for the demo version of FreshRSS

License

Notifications You must be signed in to change notification settings

FreshRSS/xExtension-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xExtension-Demo

This repository contains the code to enable the demo version of FreshRSS at demo.freshrss.org.

To install this extension, you must download this repository under the ./extensions folder of your own FreshRSS instance.

With Git:

$ git clone https://github.com/marienfressinaud/xExtension-Demo.git /path/to/FreshRSS/extensions

Or by downloading the zip archive:

$ curl -o /tmp/xExtension-Demo.zip -L https://github.com/marienfressinaud/xExtension-Demo/archive/main.zip
$ unzip /tmp/xExtension-Demo.zip -d /tmp
$ mv /tmp/xExtension-Demo-main /path/to/FreshRSS/extensions/xExtension-Demo

Finally, you should configure a cron task to execute the provided script to reset the instance every night:

0 1 * * * www-data sh /path/to/FreshRSS/extensions/xExtension-Demo/scripts/reset.sh > /dev/null

About

Extension for the demo version of FreshRSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published