update script repo url (#106)
This commit is contained in:
@@ -169,7 +169,7 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen2/Argo-Nezha-Service-
|
||||
## Client Access
|
||||
Transfer via gRPC, no additional configuration required. Use the installation method given in the panel, for example
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent data.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
|
||||
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent data.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ If you encounter errors when running the one-click installation command in Power
|
||||
2. Run the script on the monitored server:
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
```
|
||||
|
||||
1. Select “Install monitoring Agent.”
|
||||
|
||||
@@ -60,7 +60,7 @@ Nazha supports custom OIDC authentication login. For configuration details, plea
|
||||
|
||||
Run the installation script on the dashboard server:
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
```
|
||||
|
||||
After Docker installation completes, enter the following values:
|
||||
|
||||
Reference in New Issue
Block a user