

I’ll go with .zip because it’s so stupid, it’s funny. It’s like selling .pdf or .docx and expecting zero shenanigans.
But in all seriousness, I like .website. It’s short and to the point. This is my website.
I’ll go with .zip because it’s so stupid, it’s funny. It’s like selling .pdf or .docx and expecting zero shenanigans.
But in all seriousness, I like .website. It’s short and to the point. This is my website.
The only reason I wouldn’t go with Postgres is if I planned to do other things on the same machine. MariaDB/MySQL has been around forever. You may find something that requires it — Wordpress1, for example, requires MariaDB (or MySQL but use MariaDB) and doesn’t support Postgres.
Also, there’s solutions like Docker containers if you are running multiple things on the same server. But if you’re just learning and putting one thing on a Raspberry Pi as a project or whatever, you don’t need to learn Docker yet.
1 I’m not recommending Wordpress. It’s ancient and has security issues all the time. But over 40% of sites on the Net still use it in some form. (I mean Wordpress.org, the open source project. The Wordpress company seems to be having some “crazy CEO” drama at the moment.)
https://motherfuckingwebsite.com/ If it’s just text, you can probably make a static HTML website and accomplish your goals. I’m not sure what format it’s in now but Markdown is what I use and then just export to HTML.
If you just want to host epub (or equivalent files), you can still make a static page and link to them with Cloudflare Pages, GitHub.io, or one of many free static page hosting sites.
Is it transactional emails, one-to-many, or like a message board where people get email notifications? I’m not sure I’ll have a good answer but I suspect that context would change some answers.
I’m gonna play devil’s advocate here.
You should play around with it. But I’ve been a Linux server admin for a long time and — this might be unpopular — I think Docker is unimportant for your situation. I use Docker daily at work and I love it. But I didn’t bother with it for my home server. I’ll never need to scale it or deploy anything repeatedly or where I need 100% uptime.
At home, I tend to try out new things and my old docker-compose files are just not that valuable. Docker is amazing at work where I have different use cases but it mostly just adds needless complexity on a home server.
I don’t think it matters but I usually pick Ubuntu as the base for my server(s) just because I tend to always go back to an Ubuntu spin as my daily driver. It’s better to just have it be the same.
I don’t self-host Nextcloud. I have a cheap cloud instance running it and it’s essentially my off-site backup for important documents. I don’t put just anything up there but I live in New Orleans so I feel like I should assume my home server won’t necessarily be online when I most need insurance documents and shit like that.
I’m pretty sure browsers don’t even load http sites anymore.