Netlify
How to set up a Netlify website and point your owns.it.com subdomain towards it.
Setting up Netlify with an owns.it.com subdomain
This guide will walk you through the process of setting up a Netlify deployment and pointing your owns.it.com subdomain towards it.
Create a Netlify Website
First, you’ll need to create a website on Netlify:
- Go to the Netlify Getting Started Guide
- Follow the instructions to create and deploy your site
- Note down your Netlify site URL for reference
Create the Domain File
Create a JSON file inside the domains directory (domains/subdomain.json
) with the following content and submit a pull request:
Replace:
github-username
with your GitHub usernamegithub-repository
with your repository name[email protected]
with your email address
Note: In the owner section, you can add any social media handle, such as Discord. If you add another social media account, you can omit the email field. However, the GitHub username is mandatory. Don’t forget to provide a preview of your website in your pull request.
Configure Netlify
After your pull request is merged:
- Go to your Netlify site dashboard
- Navigate to Site Settings > Domain Management > Custom Domains
- Click Add custom domain
- Enter your owns.it.com subdomain (e.g.,
your-subdomain.owns.it.com
) - Netlify will provide a verification step - you can skip this if your subdomain is already pointing to Netlify’s IP address (
75.2.60.5
)
Your website should be live!
After completing all steps and your pull request has been merged, your website should be accessible at your owns.it.com subdomain. The process may take a few minutes for DNS changes to propagate.
Troubleshooting
If your site isn’t working:
- Check that your domain file is correctly formatted
- Verify that the A record points to Netlify’s IP address (
75.2.60.5
) - Confirm that your domain is properly added in Netlify’s settings
- Wait for DNS changes to propagate (this can take up to 48 hours)
- Check the SSL/TLS certificate status in your Netlify settings
Need More Help?
For additional assistance:
- Visit the Netlify Docs
- Check the Netlify Support Forums
- Contact Netlify Support
Note: owns.it.com is not affiliated with Netlify. For Netlify-specific issues, please use their support channels.