We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Suppose you have bought a domain name on AWS.
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:
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:
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