Added hostname help

Addition of a command to help developers to check their machine's
hostname.
This commit is contained in:
dat-adi 2022-02-08 17:48:52 +05:30
parent e671acc594
commit 46b8347eb4

View file

@ -35,7 +35,11 @@ url = "http://computer.domain.com:port"
``` ```
Note that the port assigned to the interface and northstar must not already be in Note that the port assigned to the interface and northstar must not already be in
use by another application/service. use by another application/service, and that you can find out the hostname for
your system through the following command,
```sh
hostname --fqdn
```
There are a few more settings to add in, as a means to validate the user who hosts There are a few more settings to add in, as a means to validate the user who hosts
the interface, this also depends on the forge of your choosing. As of right now, the interface, this also depends on the forge of your choosing. As of right now,