Setting up is-a.dev with Railway

Getting the CNAME Record

  1. Navigate to the dashboard
  2. Navigate to the project.
  3. Navigate to the service.
  4. Switch to the Settings tab.
  5. Click on + Custom Domain button.
  6. Enter the is-a.dev subdomain you want to use.
  7. Copy the Value field.
  8. For the domain, make the json like this:
{
  "owner": {
    "username": "your-github-username",
    "email": "your-email@example.com"
  },
  "records": {
    "CNAME": "the-value-railway-gave-you"
  }
}
  1. After you have made the file, you should make a pull request.
  • If the PR has been merged, the DNS records will be updated in a few minutes.
  • If the PR has been merged but the DNS records haven't updated and you have waited 48 hours, open a GitHub issue or a help thread in the is-a.dev Discord server.