Skip to content

essentialkaos/web-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Actions CI Status

InstallationUsageCI StatusLicense


web-utils is helpers for working with web server.

Installation

sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install web-utils

From GitHub repository

curl https://kaos.sh/web-utils/SOURCES/web-utils -o web-utils
chmod +x web-utils
sudo mv web-utils /usr/bin/

Also, you can use the latest version of utility without installation:

bash <(curl -fsSL https://kaos.sh/web-utils/SOURCES/web-utils) # pass your options here

Using Makefile and Git

git clone https://kaos.sh/web-utils.git
cd web-utils
sudo make install

Using Docker

The latest version of web-utils also available as Docker image on DockerHub and GitHub Container Registry.

docker run --rm -it -v "$(pwd):/data" essentialkaos/web-utils:latest # pass your options here

or

docker run --rm -it -v "$(pwd):/data" ghcr.io/essentialkaos/web-utils:latest # pass your options here

Usage

CI Status

Branch Status
master CI
develop CI

License

Apache License, Version 2.0