Roland Häder
Roland Häder
How about videojs? It is here on github around.
That would be much appreciated.
Yes, you are correct about this one. I currently wait for blocking lines to appear.
You can export (See tab `More`) your progress, copy-paste it into an empty text file and re-import it again. That's how I backup my save-game here and not rely on...
That's odd, it claims that headers for HSTS aren't set. But my configuration file contains them (by default I add them for all): ``` Header always set X-Content-Type-Options "nosniff" Header...
How I do it here: ``` # httpd dmn entry PHP support BEGIN. # httpd dmn entry PHP support END. Options -Indexes +Includes +FollowSymLinks +MultiViews SetHandler uwsgi-handler uWSGISocket /run/uwsgi/app/searx/socket uWSGImaxVars...
My apache is not setting those headers you can see at https://developer.mozilla.org/en-US/observatory/analyze?host=searx.mxchange.org#headers
Pleasee add me now.
Little head-up for my instance: The (by me) selected default search engines seem to block my server's IP address. So you have to choose your own instances and save the...
I now run a small shell script: ```shell #!/bin/sh cd ${HOME}/searx/ || exit 255 git pull --all || exit 255 ./manage py.build ``` Of course I need to execute `/etc/init.d/uwsgi...