cmdeploy: deploy with IP address only

This commit is contained in:
missytake
2026-01-16 11:56:17 +01:00
parent ee2b858661
commit 09e95cbfb6
5 changed files with 4 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ First, choose a random domain name (it doesn't need working DNS)
and create a chatmail.ini config file:
```
cmdeploy init whatever.you.want
cmdeploy init [77.42.80.106]
```
Then, in `cmdeploy/src/cmdeploy/postfix/transport`,
@@ -22,4 +22,4 @@ cmdeploy run --skip-dns-check --ssh-host 77.42.80.106
Finally, you can login with a `dclogin://` code like this, with the correct "domain name" and IP address:
`dclogin:s0m3r4nd0@whatever.you.want?p=w7i8da7h8uads92ycc2rufyl&v=1&ih=77.42.80.106&sh=77.42.80.106&sp=443&ip=443&ic=3&sc=3`
`dclogin:s0mer4nd0@[77.42.80.106]?p=w7i8da7h8uads92ycc2rufyl&v=1&ih=77.42.80.106&sh=77.42.80.106&sp=443&ip=443&ic=3&sc=3`