this post was submitted on 14 Mar 2024
11 points (100.0% liked)

Web Hosting

2 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I recently purchased a domain for myself as a why-the-fuck-not purchase and I need some ideas for what to put on there. Some ideas so far include: Small Blog Personal S/FTP server to sync back to Minecraft server

Does anyone have other ideas? Thanks :)

top 6 comments
sorted by: hot top controversial new old
[–] danieljoeblack 4 points 6 months ago

I use mine for a VPS running Ubuntu. It let's me mess around with stuff and also let's me host things like discord bots without needing a local pc always running.

My VPS is pretty cheap, something like 10 bucks a month so it's worth it for me.

[–] jadero@programming.dev 3 points 6 months ago

If you want to play with server stuff, OCI (Oracle Cloud Infrastructure) has some pretty generous "Always Free" stuff.

I'm running 2 servers and haven't even scratched the surface of what can be done for free.

[–] chraebsli@programming.dev 3 points 6 months ago

If you want to self-host services, check out Yunohost. There you can install many different services like Vaultwarden as a password manager, Nextcloud for files, Blogging platforms, Mail services, ... You could use a Raspberry Pi as a server like i do. Otherwise, you could also use an old dekstop PC or some free VPS Best you can do with the domain is registering at cloudflare; there you have a lot of options to manage your domain.

[–] lysdexic@programming.dev 2 points 6 months ago* (last edited 6 months ago)

Does anyone have other ideas?

Being this programming.dev, I feel compelled to suggest self-hosting a Lemmy instance.

The basics would be a simple personal webpage, which you can serve directly with a file server.

I like running syncthing as my personal alternative to Dropbox.

Some registrars like Namecheap offer services such as email rerouting, which gets you to use any custom email address in your domain through Gmail.

Don't pay attention to anyone mentioning CDNs or any nonsense of the sort. If your services aren't expected to serve a lot of traffic of have SLIs to meet, you do not need them. You only need a system with static IP address open to external traffic, and get your domain registrar to resolve a domain/subdomain to that IP address.

Just make sure everything you serve through that domain can be redeployed on a whim. A rarely discussed topic is how the internet is a wild jungle with dozens of vulnerability scanners running around the clock to find any unmaintained server they can exploit. Any server that's not managed by a professional team 24/7 fits that criteria.

[–] Tramort@programming.dev 1 points 6 months ago (1 children)

Look at hosting your own sandstorm instance

It's basically a suite of open source tools.

[–] danieljoeblack 3 points 6 months ago

That looks pretty cool, I'll have to check it out. Here is a link if anyone else is interested https://sandstorm.io/