Hosting an OS website

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
Skyz
Posts: 11
Joined: Tue Mar 16, 2021 2:00 pm
Freenode IRC: Skyz
Contact:

Hosting an OS website

Post by Skyz »

So, I'm looking to buy a domain and host for my OS project.

What's a good webhost?
Image

Plan 9 | ReactOS Hybrid Kernel_Preview
http://woodmann.com/fravia/godwin1.htm
User avatar
BenLunt
Member
Member
Posts: 934
Joined: Sat Nov 22, 2014 6:33 pm
Location: USA
Contact:

Re: Hosting an OS website

Post by BenLunt »

Skyz wrote:So, I'm looking to buy a domain and host for my OS project.

What's a good webhost?
There are benefits to having your own page for sure. I use IPage, and they are currently offering a $1.99 per month promotion, with $7.99 month after the promotion ends. They handle the domain stuff too.

However, a lot of people use Github as well. I haven't dug too deep into it, I believe you can make a decent little page with it. Another option is SourceForge.

The advantage of your having your own space, so to speak, is you don't worry about advertising or pop-ups that you can't control. The disadvantage is the fee, which is quite minimal if you really think about it.

Others will have (probably better) opinions than I. With the pay side, don't commit until you are sure you actually want to go that route.

Ben
- http://www.fysnet.net/osdesign_book_series.htm
vvaltchev
Member
Member
Posts: 274
Joined: Fri May 11, 2018 6:51 am

Re: Hosting an OS website

Post by vvaltchev »

Skyz wrote:So, I'm looking to buy a domain and host for my OS project.

What's a good webhost?
I'd say that it's usually good enough to start with a free solution like Github Pages: https://pages.github.com/ and have an excellent README.md in your GitHub repo. People will more likely find your project using Github, than finding your website with Google.

Of course, if you need anything more than simple static web pages, you'd need to pay for webhosting. There are so many services out there, that I'm really not sure which one recommend. Just one advice if you really wanna go in that direction: keep in mind that many web hosting services offer an exceptionally good price for the 1st year, and then go back to the "regular price" (2x) for the following years.
Tilck, a Tiny Linux-Compatible Kernel: https://github.com/vvaltchev/tilck
nexos
Member
Member
Posts: 1071
Joined: Tue Feb 18, 2020 3:29 pm
Freenode IRC: nexos

Re: Hosting an OS website

Post by nexos »

Try out Heliohost. They are free, and offer a powerful hosting service. If you don't want to be a subdomain, you have to buy your own domain still.
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
Post Reply