| ▲ | rich_sasha 9 hours ago | ||||||||||||||||||||||
A few comments point out, and I agree, that setting up, never mind maintaining a webpage, has become a PITA: - server (AWS? 10 optional services to config etc etc, config, updates etc) - domain - SSL cert Are there solid providers who do it all-in-one? I pay one bill, get a domain, SSL certificate, renewed, and a managed, pre-configured Linux box, or even static hosting? Thinking of setting up a webpage for my consulting business and I'd rather not spend weeks fiddling with all this, or (shudder) use Wix. | |||||||||||||||||||||||
| ▲ | jorams 6 hours ago | parent | next [-] | ||||||||||||||||||||||
Literally type "webhosting" into a search engine and every single provider that comes up will do that all-in-one. They'll also throw in a database and PHP, probably with an automatic installer for things like WordPress. There's a good chance your registrar will even try to upsell you the whole package. These things are not the hard part. | |||||||||||||||||||||||
| ▲ | ctmlr 7 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Backblaze offers 10 GB of free storage and CloudFlare offers free data transfer from B2, with these two you can host a static site for free. I have a worker script that routes requests to the index page and sets cache headers for my site. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
| [deleted] | |||||||||||||||||||||||
| ▲ | tasuki 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
You can use GitHub pages. Or just set up one virtual server and host everything on it - I do that and it's pretty painless. The "10 services on AWS" is definitely the most painful way there is. | |||||||||||||||||||||||
| ▲ | hvb2 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
I have actually been experimenting with this. And it's real simple. I think for these cases everyone should be shooting for a static site. In which case it is: 1. Rent a vps 2. Buy a domain 3. Set up nginx or something else 4. Copy files to the right folder 5. Point a dns record to said server 6. Use certbot to get an ssl cert installed for you It's not that hard really. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | jcgl 6 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Static hosting is amazing for toooons of use-cases. Especially those where You Just Need A Website (business hours, contact info, general info). | |||||||||||||||||||||||
| ▲ | pprotas 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
This has always been the case, not sure why you’d frame it as a recent development. Not that long ago you even had to PAY for an SSL cert. Domains are nothing new. You always needed a server. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | Aldipower 7 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Netcup, Hetzner, Strato, OVH, Ionos, ... | |||||||||||||||||||||||
| ▲ | sofixa 8 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Providers like Netlify, Firebase Hosting, CloudFlare are much better value for money for features for maintenance. Static hosting means you don't need to update the server because there isn't one, and there are even free tiers below a certain usage. There's still the usability thing, they're not made for non-techies. There's an assumption you'll use Git, etc. But there's no practical reason why Netlify CMS or similar couldn't handle everything. | |||||||||||||||||||||||
| ▲ | orthecreedence 8 hours ago | parent | prev [-] | ||||||||||||||||||||||
NearlyFreeSpeech might be what you want. Been using them for over a decade and still love them. They handle domains/DNS, hosting (static and other), mysql hosting, email forwarding, and much more. They also have great content policies, ie they only kick you off if you're breaking the law. | |||||||||||||||||||||||