searxng/utils
Markus Heiser 7308a6e33c [LXC] ubuntu 20.10 EOL, upgrade to ubunut 21.10 [1]
[1] https://wiki.ubuntu.com/Releases

Tested by::

    # build the container ..
    $ sudo -H ./utils/lxc.sh build searx-ubu2110

    # open a shell in the container
    $ sudo -H ./utils/lxc.sh cmd searx-ubu2110 bash
    [root@searx-ubu2110 SearXNG]#

    # install a complete SearXNG suite ..
    [root@searx-ubu2110 SearXNG]# ./utils/searx.sh install all
    ...

    # install apache to export the SearXNG instance by HTTP
    [root@searx-ubu2110 SearXNG]# ./utils/searx.sh apache install
    ...
    INFO:  got 200 from http://10.174.184.94/searx

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-12 18:00:45 +01:00
..
templates [mod] Serving static files with uWSGI (searxng.ini) 2022-03-08 18:13:13 +01:00
brand.env
build_env.py [brand] SearXNG - bash env SEARXNG_URL 2021-10-30 16:11:01 +02:00
filtron.sh
lib.sh
lib_go.sh
lib_install.sh
lib_nvm.sh Merge pull request #804 from return42/minor-fix 2022-01-24 17:58:16 +01:00
lib_redis.sh [mod] script to build & install a redis instance 2022-01-03 14:34:26 +01:00
lib_static.sh
lxc-searx.env [LXC] ubuntu 20.10 EOL, upgrade to ubunut 21.10 [1] 2022-03-12 18:00:45 +01:00
lxc.sh [LXC] ubuntu 20.10 EOL, upgrade to ubunut 21.10 [1] 2022-03-12 18:00:45 +01:00
makefile.include
makefile.lxc
morty.sh reference docs.searxng.org 2022-01-02 21:18:29 +01:00
searx.sh [LXC] fedora33 EOL [1], upgrade to fedora35 [2] 2022-03-12 17:44:00 +01:00
searxng_check.py