mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-30 00:36:58 -04:00
* Improve SSRF mitigations by restricting `CURLOPT_PROXY` Follow-up of https://github.com/FreshRSS/FreshRSS/pull/8400 SimplePie PR: https://github.com/FreshRSS/simplepie/pull/83 * Reword docs * Change single quote to backquote in docs * Fix `cURL error 5: Could not resolve proxy: Array` error * Sync SimplePie * A few fixes * Implement suggestion * A few more fixes * Sync composer https://github.com/FreshRSS/simplepie/pull/83 --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This is the documentation deployed by GitHub Pages.
To build and serve locally, first install the necessary packages:
bundle install
Then serve:
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
The documentation should be reachable at http://127.0.0.1:4000/FreshRSS/.