Dashboard: Difference between revisions
More actions
Changed Cloudflare CNAME image |
Added disclaimer about progress |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This guide is in progress! | |||
=== 1. Dashboard === | === 1. Dashboard === | ||
[[File:Nest-Dashboard.png|left|thumb|708x708px]] | [[File:Nest-Dashboard.png|left|thumb|708x708px]] | ||
Welcome to the Dashboard tab! Here, you'll find important information about your container, like IP addresses, status, hostnames, and controls to stop, reboot, and delete your container. | Welcome to the Dashboard tab! Here, you'll find important information about your container, like IP addresses, status, hostnames, and controls to stop, reboot, and delete your container. | ||
'''Stop/Reboot controls''' are especially helpful if a process gets hung or your container runs out of memory. | '''Stop/Reboot controls''' are especially helpful if a process gets hung or your container runs out of memory. | ||
'''Do not click delete container''' unless you want to permanently wipe your container. This operation cannot be undone and you will have to reapply for a new container. If your container is broken, try restoring from a backup first! | |||
'''Do not click delete container''' unless you want to permanently wipe your container. This operation | |||
=== 2. Domains/Reverse Proxy === | === 2. Domains/Reverse Proxy === | ||
[[File:Example-Cloudflare-CNAME.png|left|thumb|708x708px]] | [[File:Example-Cloudflare-CNAME.png|left|thumb|708x708px]] | ||
[[File:Nest-Domains.png|left|thumb| | The Domains tab allows you to reverse proxy whatever you're hosting in your Nest container, making it accessible to the public internet! To start, make sure your program is listening to all addresses on a certain port (e.g., 3000 or 8080). | ||
Go to your domain's DNS settings page and do the following: | |||
# Create a CNAME record. If you want it to be a subdomain, add a name, otherwise use `@` to leave it as root. | |||
# Make sure the target is set to your Nest address ('''your-username.hackclub.app'''). | |||
# Double-check that the proxy setting is off / set to '''DNS only'''. | |||
# Save it! Note that other DNS providers might handle CNAME creation differently, and the Cloudflare screenshot is for illustrative purposes only. | |||
[[File:Nest-Domains.png|left|thumb|627x627px]] | |||
Now, head back over to your Nest dashboard's Domains tab, and add the domain! In this example, it's birdie.mycooldomain.com. In the target port box, include the port your project is running on (in this case, port 8080). Then, click Add Domain! | |||
DNS changes like the ones we just made can take up to 48 hours to propagate depending on the provider, so please be patient! | |||
Latest revision as of 05:11, 22 May 2026
This guide is in progress!
1. Dashboard

Welcome to the Dashboard tab! Here, you'll find important information about your container, like IP addresses, status, hostnames, and controls to stop, reboot, and delete your container.
Stop/Reboot controls are especially helpful if a process gets hung or your container runs out of memory.
Do not click delete container unless you want to permanently wipe your container. This operation cannot be undone and you will have to reapply for a new container. If your container is broken, try restoring from a backup first!
2. Domains/Reverse Proxy

The Domains tab allows you to reverse proxy whatever you're hosting in your Nest container, making it accessible to the public internet! To start, make sure your program is listening to all addresses on a certain port (e.g., 3000 or 8080).
Go to your domain's DNS settings page and do the following:
- Create a CNAME record. If you want it to be a subdomain, add a name, otherwise use `@` to leave it as root.
- Make sure the target is set to your Nest address (your-username.hackclub.app).
- Double-check that the proxy setting is off / set to DNS only.
- Save it! Note that other DNS providers might handle CNAME creation differently, and the Cloudflare screenshot is for illustrative purposes only.

Now, head back over to your Nest dashboard's Domains tab, and add the domain! In this example, it's birdie.mycooldomain.com. In the target port box, include the port your project is running on (in this case, port 8080). Then, click Add Domain!
DNS changes like the ones we just made can take up to 48 hours to propagate depending on the provider, so please be patient!