From 7ba5442f4848da4720a42c944e7ec87c9f00ac69 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Wed, 10 Jul 2024 14:45:21 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 416dc1f..697df89 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,22 @@ _by Erreur32_ ⚙️ It provides functionalities such as creating/deleting proxy hosts, managing users, and displaying configurations and more. + +## settings: + +only edit thoses variables + +``` +#### Variables to edit + +# Address IP server Nginx (your nginx ip server) +NGINX_IP="192.168.1.1" + +# Token creation (user pass) with valid user on npm. +API_USER="your@email.com" +API_PASS="password" +``` + ## Usage: ```bash ./nginx_proxy_manager_cli.sh [OPTIONS]