readme fix
This commit is contained in:
13
README.md
13
README.md
@@ -21,10 +21,10 @@ Minimal, repeatable setup for Nginx Proxy Manager (NPM) on Angie (Debian/Ubuntu)
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Repository
|
## 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:
|
> 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,13 +37,13 @@ Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
|
|||||||
|
|
||||||
## Quick Start (one-liner) - Interactive mode
|
## Quick Start (one-liner) - Interactive mode
|
||||||
```bash
|
```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
|
-o npm_install.py && sudo python3 npm_install.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start (one-liner) - NON-Interactive mode
|
## Quick Start (one-liner) - NON-Interactive mode
|
||||||
```bash
|
```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
|
-o npm_install.py && sudo python3 npm_install.py --npm-version 2.13.2 --node-version 24
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ optional arguments:
|
|||||||
## Manual Download & Run
|
## Manual Download & Run
|
||||||
```bash
|
```bash
|
||||||
# 1) Download the latest installer script
|
# 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)
|
# 2) Run installer with the latest stable release (auto-detects newest tag)
|
||||||
python3 npm_install.py
|
python3 npm_install.py
|
||||||
@@ -152,6 +152,3 @@ By default! Just Enable HTTP/2 in web interface.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
## Author
|
|
||||||
linuxiarz.pl, Mateusz Gruszczyński
|
|
||||||
Reference in New Issue
Block a user