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>
2022-01-03 14:34:26 +01:00
..
templates [mod] script to build & install a redis instance 2022-01-03 14:34:26 +01:00
brand.env [fix] brand - partial revert of e82e37ce6 2021-11-19 14:01:58 +01:00
build_env.py [brand] SearXNG - bash env SEARXNG_URL 2021-10-30 16:11:01 +02:00
filtron.sh [fix] filtron.sh & morty.sh: quote "$GO_ENV" 2021-11-21 17:13:34 +01:00
lib.sh [fix] filtron & morty - install golang binary that fits to arch & os 2021-11-16 20:44:53 +01:00
lib_go.sh [mod] Tools to install and maintain golang [1] binaries & packages. 2021-11-16 18:00:47 +01:00
lib_install.sh [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
lib_nvm.sh [mod] NVM: dev-tools pre-installed in NVM's node installation 2021-11-20 17:08:22 +01:00
lib_redis.sh [mod] script to build & install a redis instance 2022-01-03 14:34:26 +01:00
lib_static.sh [mod] make static.build.commit more robust 2021-12-01 20:25:39 +01:00
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 2021-03-05 13:17:47 +01:00
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
makefile.include [mod] replace makefile boilerplate by 'manage' script 2021-04-23 11:26:22 +02:00
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
morty.sh [fix] filtron.sh & morty.sh: quote "$GO_ENV" 2021-11-21 17:13:34 +01:00
searx.sh [fix] searx.sh update: replace git pull by a hard reset 2021-11-26 15:15:17 +01:00
searxng_check.py [mod] utils/searxng_check.py - check a SearXNG installation 2021-10-29 15:51:30 +00:00