diff --git a/README.md b/README.md index 73b1aa8..af07531 100644 --- a/README.md +++ b/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 -``` -/cloudflared access ssh --hostname ssh.seals.nom.za -``` - -image -image -image - - ## 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 ## 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 , and edit the contents of README.md of the repository to `dashboard.tar.gz`.