Update README.md

main
fscarmen 2 years ago committed by GitHub
parent 3cb3ab25ec
commit ed6f51861f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 31
      README.md

@ -6,15 +6,15 @@ Nezha server over Argo tunnel
# Catalog
- [Project Features](README.md#Project Features)
- [Variables to be used](README.md#Variables to be used)
- [PaaS Deployment Example](README.md#PaaS-Deployment Example)
- [VPS Deployment Example](README.md#VPS-Deployment-Example)
- [Client Access](README.md#Client Access)
- [Project Features](README.md#project-features)
- [Variables to be used](README.md#prepare-variables-to-be-used)
- [PaaS Deployment Example](README.md#paas-deployment-example)
- [VPS Deployment Example](README.md#vps-deployment-example)
- [Client Access](README.md#client-access)
- [SSH Access](README.md#ssh-access)
- [Auto Restore Backup](README.md#Auto Restore Backup)
- [Manual Restore Backup](README.md#Manual Restore Backup)
- [Perfect Move](README.md#Perfect Move)
- [Auto Restore Backup](README.md#automatically-restore-backups)
- [Manual Restore Backup](README.md#manually-restore-the-backup)
- [Perfect Move](README.md#perfect-move)
- [Main Directory Files and Descriptions](README.md#Main Directory Files and Descriptions)
- [Acknowledgment of articles and projects by the following authors](README.md#Acknowledgment of articles and projects by the following authors)
- [Disclaimer](README.md#Disclaimer)
@ -154,19 +154,6 @@ curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -
```
## SSH access
* macOS + WindTerm as an example, and others depending on the SSH tool used, in conjunction with the official documentation: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/use_cases/ssh /#2-connect-as-a-user
* Official cloudflared download: https://github.com/cloudflare/cloudflared/releases
* The following are examples of input commands
```
<file path>/cloudflared access ssh --hostname ssh.seals.nom.za
```
<img width="834" alt="image" src="https://user-images.githubusercontent.com/92626977/233349393-cec79e11-346e-4a57-8357-8d153d75ee40. png">
<img width="830" alt="image" src="https://user-images.githubusercontent.com/92626977/233350601-73de67f9-19ca-451f-b395-8721abbb3342. png">
<img width="955" alt="image" src="https://user-images.githubusercontent.com/92626977/233350802-754624e0-8456-4353-8577-1f5385fb8723. png">
## SSH access
* Take macOS + WindTerm as an example, and other SSH tools depending on the one used, combined with the official documentation: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/use_cases/ssh /#2-connect-as-a-user
* Official cloudflared download: https://github.com/cloudflare/cloudflared/releases
@ -197,7 +184,7 @@ bash /dashboard/restore.sh <filename>
## Perfect move.
* Backup the `/dashboard` folder of the original Nezha and zip it up to `dashboard.tar.gz` file.
` ` ` `
```
tar czvf dashboard.tar.gz /dashboard
```
* Download the file and put it into a private repository, the name of the repository should be exactly the same as <GH_REPO>, and edit the contents of README.md of the repository to `dashboard.tar.gz`.

Loading…
Cancel
Save