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

you are viewing a single comment's thread
view the rest of the comments
[–] scsi@lemm.ee 1 points 1 week ago

Given this is programming.dev, run a git forge (Forgejo, Gitea, Gogs, etc.) - for a single user (or even a small group) you don't need to worry about a full DB engine, the builtin sqlite works just fine on a $5 cloud server. You could even work it into your blog posts on the same domain. $0.02! (and you could have your repos sync read-only to more popular services like Codeberg, Gihub, Gitlab etc. it's a built in capability).