ayojs / ayojs.tech

ayojs website [Work in Progress]
10 stars 0 forks source link

discussion: hosting and DNS #4

Open stefee opened 6 years ago

stefee commented 6 years ago

There was some talk in the discord about our preferences on hosting and the domain.

There are some open questions with regards to hosting and DNS:

Some background on the domain: The RFC establishing the website team said that the team is granted ownership of the ayojs.tech domain. The domain is currently owned by @varjmes who is a website team member. The domain is already paid-for for the next ten years.

Note that some of these decisions might rely on higher-level decisions that are still being discussed in #3.

stefee commented 6 years ago

My thoughts on managing the domain are:

My preference wrt hosting is Netlify. The free package includes support for SSL/HTTPS with a custom domain, continuous deployment (automatic build and deploy from GitHub), branch previewing, optional asset optimisation, pretty URLs (without the .html), pre-rendering for search engines and more. It's also really really easy to set up. It does most of the work automagically, because after all it's still just basic static hosting.

Note that if we want to use SSL/HTTPS with our domain and not have the www, it is important that we use a domain service that supports ALIAS records (such as NS1). There is more info on this in the Netlify blog here.

TimothyGu commented 6 years ago

Stating another (obvious) solution: GitHub Pages+Cloudflare

z0al commented 6 years ago

Totally agree with @srilq