An open API service indexing awesome lists of open source software.

https://github.com/essentialkaos/web-utils

Helpers for working with web server
https://github.com/essentialkaos/web-utils

apache nginx utils webkaos

Last synced: 4 months ago
JSON representation

Helpers for working with web server

Awesome Lists containing this project

README

          


GitHub Actions CI Status

InstallationUsageCI StatusLicense


`web-utils` is helpers for working with web server.

### Installation

#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)

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

#### From GitHub repository

```bash
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
bash <(curl -fsSL https://kaos.sh/web-utils/SOURCES/web-utils) # pass your options here
```

#### Using Makefile and Git

```bash
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](https://kaos.sh/d/web-utils) and [GitHub Container Registry](https://kaos.sh/p/web-utils).

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

or

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

### Usage

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/web-utils/ci.svg?branch=master)](https://kaos.sh/w/web-utils/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/web-utils/ci.svg?branch=master)](https://kaos.sh/w/web-utils/ci?query=branch:develop) |

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)