readme fix

This commit is contained in:
2026-02-22 00:09:16 +05:00
parent 1580d347d7
commit 701d502a9b

View File

@@ -21,10 +21,10 @@ Minimal, repeatable setup for Nginx Proxy Manager (NPM) on Angie (Debian/Ubuntu)
---
## Repository
Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
Base URL: **https://git.iamninja.ru/iamninja/npm-angie-auto-install.git**
> On Gitea, the raw file URL usually looks like:
> `https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/main/npm_install.py`
> `https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/main/npm_install.py`
---
@@ -37,19 +37,19 @@ Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
## Quick Start (one-liner) - Interactive mode
```bash
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py
```
## Quick Start (one-liner) - NON-Interactive mode
```bash
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py --npm-version 2.13.2 --node-version 24
```
## Options / Help
```bash ✘ 2
```bash ✘ 2
usage: npm_install.py [-h] [--nodejs-pkg NODEJS_PKG] [--node-version NODE_VERSION] [--npm-version NPM_VERSION] [--motd {yes,no}] [--enable-ipv6] [--update] [--branch BRANCH] [--debug]
Install/upgrade NPM on Angie (Debian 11 + / Ubuntu 20.04 +).
@@ -75,7 +75,7 @@ optional arguments:
## Manual Download & Run
```bash
# 1) Download the latest installer script
curl -L https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py -o npm_install.py
curl -L https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py -o npm_install.py
# 2) Run installer with the latest stable release (auto-detects newest tag)
python3 npm_install.py
@@ -133,12 +133,12 @@ Default: http://host_ip:81 & https://host_ip:8181
## Angie UI
Default: http://host_ip:82/console
## Prometheus
## Prometheus
Default: http://host_ip:82/p8s
---
## Angie Statistics for a Specific vHost
## Angie Statistics for a Specific vHost
Enabled by default!
Metrics will be visible at:
@@ -151,7 +151,4 @@ By default! Just Enable HTTP/2 in web interface.
---
## License
MIT
## Author
linuxiarz.pl, Mateusz Gruszczyński
MIT