docs: add reference to home page

This commit is contained in:
Khue Doan
2021-12-01 23:12:00 +07:00
parent 84df2b1c9d
commit 74e6707d44
3 changed files with 7 additions and 5 deletions

View File

@ -14,4 +14,4 @@ Build the lab:
make
```
Yes it's that simple! Continue to the next section to update your DNS.
Yes it's that simple! Continue to the next section to update your DNS before you can access the home page at <home.example.com>.

View File

@ -22,15 +22,15 @@ You paste the output from the command above directly to your `/etc/hosts` file l
# Static table lookup for hostnames.
# See hosts(5) for details.
192.168.1.150 argocd.mydomain.com
192.168.1.150 git.mydomain.com
192.168.1.150 jellyfin.mydomain.com
192.168.1.150 argocd.example.com
192.168.1.150 git.example.com
192.168.1.150 jellyfin.example.com
# etc.
```
## In your router
You can add each subdomain one by one like the previous method, or use a wildcard `*.mydomain.com` and point it to the IP address of the load blancer (from the output of the previous command)
You can add each subdomain one by one like the previous method, or use a wildcard `*.example.com` and point it to the IP address of the load blancer (from the output of the previous command)
## At your domain registrar

View File

@ -38,6 +38,8 @@ make dev
Finally follow the [DNS guide](./deployment/dns.md) to update your DNS setup (the easiest one is the `/etc/hosts` option)
Now you can visit the dashboard at <home.example.com>
## Clean up
Shut down the VM: