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 :)

  • 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.

  • 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.

  • 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   ( @lysdexic@programming.dev ) 
    link
    fedilink
    English
    2
    edit-2
    7 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.