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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
view the rest of the comments
I want to host a couple of things like email and immich and Nextcloud for privacy and security and money saving needs I currently use Google photos and hosted Nextcloud by adminforge.de its good and privacy respecting and a nice owner, but I would like more than 2gb.
Don't host email from home. Many ISPs block that to combat spam and most email servers don't accept mails from home-IPs for the same reason.
Most people will recommend not hosting email at all because it is a pain in the arse to set up so that other aervers actually accept your mails.
As you want to do multiple different things, I recommend you install a hypervisor on the laptop, such as Proxmox. It'll make it easier for you, as a non-programmer, to manage containers and virtual machines.
You will have to deal some high level networking concepts regardless of what level of self-hosting you do, so you should familarize yourself with it. IP addresses, ports, basic firewalling, etc.
I won't stop you, but I will strongly discourage you from trying to host your own Email. It is a complicated mess of new standards stacked on top of ancient standards and it's miserable to work with even when it works. If you misconfigure your email server, you'll get blocked by every major email provider and there's no way back from that except starting over with a whole new IP and domain.
Thank you very much I will try out proxmox
don't do email until you know what you're doing imo
and even when you do know what you're doing, you're probably choosing not to host your own. at least not one that faces the public. a private mail 'server' that consolidates mail for you from multiple providers (and sends mail back out the same way) is different.
I used to support a few companies hosting their own email servers (I supported the mail server software). I will never host my own email, not unless I have a gateway between me and world, someone to configure the DNS and all that.