Alexandre Flament
Alexandre Flament
Note about the VPS choice: * t2.micro seems enough. The [cost estimator](https://calculator.s3.amazonaws.com/index.html) says about $4 per month after the free tier, less than $50 per year. * I have to...
In my opinion, we can change the columns in this way: * from [summary.json](https://raw.githubusercontent.com/searxng/searx-instances-uptime/master/history/summary.json) add: * `uptime` * `uptimeWeek` * remove: * `Wikipedia response time`: always fast (especially server time)....
Yes, you can fork this repository and follow [the instructions in README.md](https://github.com/searx/searx-stats2#installation) The purpose is to change this [cryptcheck_backend.py](https://github.com/searx/searx-stats2/blob/master/searxstats/fetcher/cryptcheck_backend.py) (and rename it). More precisely, and readling https://github.com/TrullJ/ssllabs/blob/master/ssllabsscanner.py and https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md, for...
I'm sorry for long delay to answer. > First of all, I have decided to use the https://github.com/devolo/ssllabs package as it seems to be the most actively maintained one. See...
If you look at the commit messages, for each modification there is a reference to the github issue and the github profile: ```sh $ git log --format=%B -n 1 $(git...
Currently: * There is one contact for sure: the one who asks to add the instance (using a github issue). * This is contact declares to be the owner of...
I was reading this thread, actually there is one missing thing: https://github.com/searx/searx-instances/issues/45#issuecomment-659651297 To do that, `/config` API endpoint should return the CONTACT_URL : https://github.com/searx/searx/blob/14c7cc0e118f1d0873b32b34793cdec2c5c9c13e/searx/webapp.py#L1068-L1071 Then searx-stats2 can be fetch this...
> Eyes Filter It is no easy to deal with, because 5/9/14 eyes select only few countries : https://en.wikipedia.org/wiki/Internet_censorship_and_surveillance_by_country Here, my wish is to allow the users to have persistent...
Technically it is easy to implement. I guess the purpose of the request is to escape the 5,9,14 eyes surveillance ? 5/9/14 eyes is one alliance, other countries have different...
In case preact doesn't fit: * https://vuejsdevelopers.com/2017/04/01/vue-js-prerendering-node-laravel/ * https://dev.to/veebuv/5-extremely-easy-ways-to-drastically-improve-your-vuejs-app-s-speed-5k0 * https://purecss.io/