Alexandre Flament
Alexandre Flament
It works on paulgo.io   I see only one POST for the SearXNG instance, then the response contains a `Location` header. I can't make a link between the `Location`...
In docker-compose.yml, the docker container `searxng/searxng` listen on the port 8080. With NGINX, you can use this section of the documentation: https://docs.searxng.org/admin/installation-nginx.html#nginx-s-searxng-site In the documentation you can see the path...
I've started to write https://github.com/dalf/botsandbox in Python (more experimental than anything else) * based on https://gidgethub.readthedocs.io/en/latest/ * triggered by a WebHook * use [Personnal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) for @searx-bot (The workflow...
About a GitHub App run on runner, but self Hosted Runner are discouraged on public repository : https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories Network connection from Github runner: * Proxy: it won't work for CSP...
See [LibreJS](https://en.wikipedia.org/wiki/GNU_LibreJS). There is javascript lexer : http://git.savannah.gnu.org/cgit/librejs.git/tree/data/chrome_worker/parser/jslex.js And list of hash : http://git.savannah.gnu.org/cgit/librejs.git/tree/data/script_libraries/script-libraries.json
A javascript parser / interpreter for golang : https://github.com/robertkrimen/otto/tree/master/parser
@DKK98 the "usual" architecture is described here: https://asciimoo.github.io/searx/admin/architecture.html An user sends a request to searx: ```browser --[external network]--> Reverse Proxy --[internal network]--> filtron --[internal network]--> searx --[external network]--> DuckDuckGo, ....```...
Related to https://github.com/asciimoo/morty/issues/1
https://docs.travis-ci.com/user/pull-requests#Pull-Requests-and-Security-Restrictions
After some test on Paul's instance, the memory increases to nearly its original value after few days. ---- I have updated the code: * It is rebased on the last...