File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ steps. Please substitute it with your own domain.
6161
6262 ::
6363
64- scripts/cmdeploy run --ssh-host @local
64+ scripts/cmdeploy run --ssh-host localhost
6565
6666 This script will also check that you have all necessary DNS records.
6767 If DNS records are missing, it will recommend which you should
@@ -76,13 +76,13 @@ to enable federation with other relays:
7676
7777::
7878
79- scripts/cmdeploy dns --ssh-host @local
79+ scripts/cmdeploy dns --ssh-host localhost
8080
8181You should also test whether your chatmail service is working correctly:
8282
8383::
8484
85- scripts/cmdeploy test --ssh-host @local
85+ scripts/cmdeploy test --ssh-host localhost
8686
8787Other Helpful Commands
8888----------------------
@@ -91,14 +91,14 @@ To check the status of your chatmail relay:
9191
9292::
9393
94- scripts/cmdeploy status --ssh-host @local
94+ scripts/cmdeploy status --ssh-host localhost
9595
9696
9797To measure the performance of your chatmail service:
9898
9999::
100100
101- scripts/cmdeploy bench --ssh-host @local
101+ scripts/cmdeploy bench --ssh-host localhost
102102
103103
104104
You can’t perform that action at this time.
0 commit comments