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
- Host: GitHub
- URL: https://github.com/essentialkaos/web-utils
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-12-08T12:25:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T09:32:13.000Z (7 months ago)
- Last Synced: 2025-11-21T11:21:43.202Z (7 months ago)
- Topics: apache, nginx, utils, webkaos
- Language: Shell
- Homepage: https://kaos.sh/web-utils
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • License
`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` | [](https://kaos.sh/w/web-utils/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/web-utils/ci?query=branch:develop) |
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)