view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Ah yes. Fuck with dns, reverse dns/ptr records, dmarc, dkim, spf, verify server is not on a blacklisted ip in spamhaus, stand up a server, then implement anti spam filters, and hope anything you send doesn't end up in someone else's spam filters, as well as monthly checks to make sure no spam lists have sudddenly added your domain/ip to said lists.
But hey easy right?
Actually yes, if you take each piece one step at a time it's not that bad, as long as you are not expecting a fully functioning mail server on day 1 it's relatively easy.
Yeah, this is self hosting after all. If you don't expect some challenges to work though then you're not gonna not have a good time.
The crazy thing is I can do a mail server easily, but I always get stuck or annoyed with docker, everyone says docker is easy 🤷
Yeah that's going to depend a lot on the images you're running. If it's a published one the likely it'll have a compose or at least a one liner to get it running. But yeah there can always be issues with hard coded IDs and if you want to give the host folders 777 or limit them. Are you running selinux and that's going to get in the way. Did they not mention capabilities that needed to be added?
And if you're building your own or extending that a whole other ball of wax.
And I typically run on k8s so that adds a whole other layer of complexity. But I've been using it for years and I'm actually more comfortable with it than just docker or podman.
I tend to just say fuck it and run a full KVM image
Could always use LXCs they're lighter weight than a VM but they're IMHO more complicated to get started with than Docker / Podman as there isn't as big an ecosystem, unless you run a hypervisor that supports them. If you run a hypervisor then Proxmox and I think OpenStack are they only two I know that support them natively.