On 2022/05/20 09:19, aisha wrote: > Hi, > I've attached a new port for FreshRSS - https://freshrss.org/ > Copying the DESCR - > > > Self hosted RSS/Atom aggregator, supporting multi-user and anonymous > > modes. It also boasts a number of other powerful features: > > - Instant push notifications from compatible sources, such as > > Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc. > > - Basic Web scraping, based on XPath, for Web sites not providing > > any RSS/Atom feeds. > > - Custom tags and extensions for further tuning. > > I've added a README with an example nginx configuration and the cronjobs > needed to do book-keeping. > > Any tests/comments would be cool :D > > Cheers, > Aisha
PREFIX = ${VARBASE} use ${LOCALSTATEDIR} (or just plain /var) * * * * * -n cd ${VARBASE}/www/freshrss && ${LOCALBASE}/bin/${MODPHPSPEC} app/actualize_script.php same, and use ${MODPHP_BIN}. I didn't test packaging yet but I don't see how ${MODPHPSPEC} can possibly expand to the right thing. VERSION = 1.19.2 GH_TAGNAME = ${VERSION} just put the version direct in GH_TAGNAME