VilleOlof / ngingo

Minimal, Lightweight, Nginx Proxy Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngingo

A minimal, lightweight way to manage Nginx proxy configurations.

Installation

git clone https://github.com/VilleOlof/ngingo.git
cd ngingo
cargo build --release

# Symlink the binary to a directory in your PATH
sudo ln -s $(pwd)/target/release/ngingo /usr/local/bin/ngingo

Usage

> ngingo
# And then follow the instructions

Do note that symlinks only work on Unix-like systems.
And the auto-restart uses systemctl to restart the Nginx service.

About

Minimal, Lightweight, Nginx Proxy Manager


Languages

Language:Rust 100.0%