Skip to content

AWS Route 53

Joshua1023 edited this page Oct 23, 2024 · 1 revision

Preparation

Suppose you have bought a domain name on AWS.

Create Records

Go to Route 53 -> Hosted zones, and select Create record.

Specify the 7 subdomains:

login
portal
bug
build
review
mail
x

Specify Value as the IP address of the deployment machine.

Select Create records.

It will be like:

image

Run with your domain

Modify ip_unprivileged_port_start

Follow the instructions in AlmaLinux or Fedora or RHEL and set the domain, subdomains and port when you run nsbox:

 ./portal --workdir $PWD/workdir/ \
--hostname nsboxaws.com \
--login_domain login.nsboxaws.com \
--portal_domain portal.nsboxaws.com \
--bug_domain bug.nsboxaws.com \
--build_domain build.nsboxaws.com \
--review_domain review.nsboxaws.com \
--mail_domain mail.nsboxaws.com \
--cross_domain x.nsboxaws.com \
--port 443
Clone this wiki locally