You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
Markus Heiser fe8b88c8a4 [mod] script to build & install a redis instance
A script to build & install a simple & isolated redis service, dedicated to
SearXNG and connected via Unix socket.

    $ ./manage redis.help
    redis.:
      devpkg    : install essential packages to compile redis
      build     : build redis binaries at /800GBPCIex4/share/SearXNG/dist/redis/6.2.6/amd64
      install   : create user (searxng-redis) and install systemd service (searxng-redis)
      remove    : delete user (searxng-redis) and remove service (searxng-redis)
      shell     : start bash interpreter from user searxng-redis
      src       : clone redis source code to <path> and checkput 6.2.6
      useradd   : create user (searxng-redis) at /usr/local/searxng-redis
      userdel   : delete user (searxng-redis)
      addgrp    : add <user> to group (searxng-redis)
      rmgrp     : remove <user> from group (searxng-redis)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
templates [mod] script to build & install a redis instance 3 years ago
brand.env [fix] brand - partial revert of e82e37ce6 3 years ago
build_env.py [brand] SearXNG - bash env SEARXNG_URL 3 years ago
filtron.sh [fix] filtron.sh & morty.sh: quote "$GO_ENV" 3 years ago
lib.sh [fix] filtron & morty - install golang binary that fits to arch & os 3 years ago
lib_go.sh [mod] Tools to install and maintain golang [1] binaries & packages. 3 years ago
lib_install.sh [brand] SearXNG - docs rename links and fix documentation 3 years ago
lib_nvm.sh [mod] NVM: dev-tools pre-installed in NVM's node installation 3 years ago
lib_redis.sh [mod] script to build & install a redis instance 3 years ago
lib_static.sh [mod] make static.build.commit more robust 3 years ago
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 3 years ago
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
makefile.include [mod] replace makefile boilerplate by 'manage' script 3 years ago
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 4 years ago
morty.sh [fix] filtron.sh & morty.sh: quote "$GO_ENV" 3 years ago
searx.sh [fix] searx.sh update: replace git pull by a hard reset 3 years ago
searxng_check.py [mod] utils/searxng_check.py - check a SearXNG installation 3 years ago