mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-07 00:41:53 +07:00
docs: add reference to home page
This commit is contained in:
@ -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>.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user