Add stats

This commit is contained in:
Alexandre
2023-03-22 09:00:57 +01:00
committed by GitHub
parent 7bfbc49319
commit 7aa214bdbe
79 changed files with 316 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
[![Stargazers repo roster for @alexbelgium/hassio-addons](https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons?limit=30)](https://github.com/alexbelgium/hassio-addons/stargazers)
Downloads evolution
<img src="stats.png" width=500px>
## About
FlareSolverr starts a proxy server and it waits for user requests in an idle state using few resources. When some request arrives, it uses puppeteer with the stealth plugin to create a headless browser (Firefox). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass Cloudflare using other HTTP clients.