What types of services are you not willing to self-host?

3 years ago by Tinnitus to c/selfhosted

For example, something that is too complex for your comfort level, a security concern, or maybe your hardware can’t keep up with the service’s needs?

floofloof 154 points 3 years ago

Tor exit node, public Lemmy instance.

path: 0 1937315, hotness: undefined, score: 154, children: 4
Cqrd 36 points 3 years ago

Weirdly for extremely similar reasons

path: 0 1937315 1939454, hotness: undefined, score: 36, children: 0
Reivax 9 points 3 years ago

Yes these. Essentially anything that an unidentified user could push data to that would land me in regulatory trouble. I would want to host these things, but I don't want to become a distributor of anything that would get me a search warrant.

path: 0 1937315 1974146, hotness: undefined, score: 9, children: 0
Ebby 5 points 3 years ago

I did this once long ago. It felt like half the internet banned me.

path: 0 1937315 1946631, hotness: undefined, score: 5, children: 0
Artaca 4 points 3 years ago

Lemmy instance for me as well. I have a specific community I miss from reddit that I want to replicate, I even have a domain sitting around that'd be good...I just don't want to store data coming from complete strangers. I also have zero interest in any sort of admin/moderating. So I'll just go without it and get over it lol

path: 0 1937315 2010733, hotness: undefined, score: 4, children: 0
faethon 101 points 3 years ago

Hosting an email server is pretty sure a magnet for half the Chinese IP range.... So I would refrain from hosting that myself.

path: 0 1937360, hotness: undefined, score: 101, children: 24
Tinnitus 15 points 3 years ago

I figured email would be a common theme. I’m just starting to dip my toes into all of this, so an email server is not on my to-do list (and may never be).

path: 0 1937360 1937605, hotness: undefined, score: 15, children: 14
Cqrd 18 points 3 years ago

Google and other large scale providers have intentionally made it very difficult to self host your own email. It’s generally not considered a wise move these days and is very difficult to maintain.

path: 0 1937360 1937605 1939500, hotness: undefined, score: 18, children: 12
peregus 3 points 3 years ago

Why do you say so? I'm not an expert in the fields, but isn't a mail server pretty much the same as 20 years ago plus DKIM and SPF?

path: 0 1937360 1937605 1939500 1941272, hotness: undefined, score: 3, children: 11
MaggiWuerze 9 points 3 years ago

Problem is, that most larger providers sort your mails to spam if the domain is not well known to them, which is not easy to achieve

path: 0 1937360 1937605 1939500 1941272 1941428, hotness: undefined, score: 9, children: 3
ikidd 7 points 3 years ago

With DKIM and SPF, I've had zero problems in the last 15 years of selfhosting, most recently with Mailcow Docker on a residential IP. I don't even have a reverse PTR to my mailserver hostname, just a PTR provided by the ISP that can be resolved.

I've added a few fresh, un-reputed domains to the server and had no issues.

I think many people's problems with running email servers are self-inflicted. I remember even before there were things like blacklists, etc with large providers, many people had problems keeping mailservers running. It's just not an easy task for a variety of reasons completely unassociated with the mega's blacklisting you. I've been running mailservers at various scales for 20+ years so maybe it's just second nature to me now.

path: 0 1937360 1937605 1939500 1941272 1942714, hotness: undefined, score: 7, children: 1
loppwn 1 point 3 years ago

ip-reputation is also important. Mailgun, an email service for mass mailing, is doing an „ip-warmup“ if you choose a dedicated ip. So, if you are self-hosting with dynamic-ip, i think you would have a very very low ip-reputation.

path: 0 1937360 1937605 1939500 1941272 1941559, hotness: undefined, score: 1, children: 4
Monkeyclock1234 1 point 3 years ago

I have an email server but it is not my main email account. I'm purely only using it to learn and to have email notifications sent out from a few services. I do not trust myself or my setup enough to have my main email account hosted on it

path: 0 1937360 1937605 1954486, hotness: undefined, score: 1, children: 0
chris 6 points 3 years ago

I did host my email, but the problem wasn't the spam but the bigger email providers. Best case was my mail was marked as spam. Worst case was that I was blocked until I jumped through hoops. Email hosting is unfortunately broken.

path: 0 1937360 1951371, hotness: undefined, score: 6, children: 1
metaStatic 7 points 3 years ago

what's that? a federated service isn't immune from a corporate take over? colour me shocked.

path: 0 1937360 1951371 1954686, hotness: undefined, score: 7, children: 0
Anafroj 5 points 3 years ago

Gladly, fail2ban exists. :) Note that it's not just smtp anyway. Anything on port 22 (ssh) or 80/443 (http/https) get constantly tested as well. I've actually set up fail2ban rules to ban anyone who is querying / on my webserver, it catches of lot of those pests.

path: 0 1937360 1942341, hotness: undefined, score: 5, children: 4
mrms 3 points 3 years ago path: 0 1937360 1942341 1961580, hotness: undefined, score: 3, children: 1
uranibaba 1 point 3 years ago

Om going to try that as well

path: 0 1937360 1942341 1961580 1963407, hotness: undefined, score: 1, children: 0
stardreamer 2 points 3 years ago

CrowdSec has completely replaced fail2ban for me. It's a bit harder to setup but it's way more flexible with bans/statistics/etc. Also uses less ram.

It's also fun to watch the ban counter go up for things that I would never think about configuring on fail2ban, such as nginx CVEs.

Edit: fixed url. Oops!

path: 0 1937360 1942341 2002245, hotness: undefined, score: 2, children: 1
Anafroj 2 points 3 years ago

Thanks for mentioning it, I didn't know about it. Protecting against CVEs sounds indeed awesome. I took a more brutal approach to fix the constant pentesting : I ban everyone who triggers a 404. :D Of course, this only work because it's a private server, only meant to be accessed by me and people with deep links. I've whitelisted IPs commonly used by my relatives, and I've made a log parser that warns me when those IPs trigger a 404, which let me know if there are legit ones, and is also a great way to find problems in my applications. But of course, this wouldn't fly on a public server. :)

Note for others reading this, the correct link is CrowdSec

path: 0 1937360 1942341 2002245 2005218, hotness: undefined, score: 2, children: 0
peregus 3 points 3 years ago

Me too, I'll never self host my email server. Too much time that I don't have to set it up correctly, manage the antispam and other thing that I don't even know . And if it goes down and I don't have time to look into it (which would be the case 95% of the time 🙈), I'll be without email for I don't know how long.

path: 0 1937360 1941341, hotness: undefined, score: 3, children: 1
shrugal 2 points 3 years ago

I've been self-hosting a personal email server for about half a year now, and it was definitely challenging! But it also tought me quite a bit about how the system works, so I think it was worth it. There are solutions for everything, but you definitely need some time and patience.

path: 0 1937360 1941341 1947713, hotness: undefined, score: 2, children: 0
ruud 95 points 3 years ago

Anything that the family uses. Because when I cease to exist, my wife isn't gonna take over self-hosting! So e-mail, chat, documents etc.

path: 0 1942794, hotness: undefined, score: 95, children: 8
colebrodine 26 points 3 years ago

I told my wife when I die, she's just going to have to throw it all away and start over.

We have separate email accounts and she knows how to get into my Keepass, so she should be able to get into whatever she needs to. I now have a daughter who is becoming interested in how these things work, so I'm hoping to slowly start training/handing off to her.

path: 0 1942794 1949688, hotness: undefined, score: 26, children: 2
pHr34kY 3 points 3 years ago

I gave my wife a laminated card with explicit instructions on how to access my keepass DB and encrypted backups. The rest can die when I do.

path: 0 1942794 1949688 2000953, hotness: undefined, score: 3, children: 0
freeman 3 points 3 years ago

I have a router, switch and older access point preconfigured and ready to just plug in.

I have some basic documentation and a short list of folks to call, along with admin creds should anything need untangling.

But mostly it’s a rip and replace network. Ditch plex and get cable.

Google workspace is basically just gmail. You can pay someone to migrate it or abandon.

path: 0 1942794 1949688 1952034, hotness: undefined, score: 3, children: 0
Kir 24 points 3 years ago

You know, I never thought about that

path: 0 1942794 1942935, hotness: undefined, score: 24, children: 3
ruud 18 points 3 years ago

I hadn't either until a few years ago. It's something worth considering.

path: 0 1942794 1942935 1943362, hotness: undefined, score: 18, children: 2
ily 16 points 3 years ago

Dealing with the digital afterlife of a hacker - The Daily Dot

The main challenge was Michael’s tech footprint: His Gmail, Twitter, personal domains, rented servers, hosting business, home servers, and a huge collection of Apple tech.

“It was tough for Beth because she got home and she had a brand new phone and couldn’t even get on the Wi-Fi,” Kalat said. “Michael had done everything. Beth is very smart—she’s a scientist—but Michael had handled everything. A friend had to come over to reset the Wi-Fi password.”

Also see:
Ramsey: How to Put Together Your Legacy Drawer

path: 0 1942794 1942935 1943362 1947287, hotness: undefined, score: 16, children: 1
BastingChemina 15 points 3 years ago

Bitwarden has an option called emergency contact.

The emergency contact can request access to see all the saved passwords. If I don't deny the request then the request is automatically approved after X days.

I feel like this would cover most of the issues in the article.

path: 0 1942794 1942935 1943362 1947287 1949555, hotness: undefined, score: 15, children: 0
bearfootbees 6 points 3 years ago

This guy has a good financial planner.

path: 0 1942794 1955017, hotness: undefined, score: 6, children: 0
Karcinogen 83 points 3 years ago

Password manager like Bitwarden. I'd rather they take care of it for me. The consequences would be too great if I messed it up.

path: 0 1938489, hotness: undefined, score: 83, children: 11
apprehensively_human 17 points 3 years ago

Smart move, unless you really know what you're doing and have redundancy. When I first made the switch from Lastpass to Bitwarden I had tried to host the vault myself instead of using the cloud version, which worked fine right up until the moment I had a server outage and lost access to all my passwords.

path: 0 1938489 1939167, hotness: undefined, score: 17, children: 5
somedaysoon 20 points 3 years ago
path: 0 1938489 1939167 1939650, hotness: undefined, score: 20, children: 2
SocialDoki 8 points 3 years ago

I think that's what's kept me at KeePass rather than moving to something like Bitwarden. Since it's file-level encryption, anything that can serve files can also serve my KeePass database. When I upgrade servers or change to different services, restoring my database is as simple as throwing the file into that new service and going on with my life.

path: 0 1938489 1939167 1939650 1942855, hotness: undefined, score: 8, children: 1
somedaysoon 6 points 3 years ago
path: 0 1938489 1939167 1939650 1942855 1947080, hotness: undefined, score: 6, children: 0
bdonvr 13 points 3 years ago

Eh, the clients all cache your vault. It shouldn't be a huge issue for it to be down even for a few days.

But I do upload encrypted backups of the server every 6 hours to cloud storage

path: 0 1938489 1939167 1939338, hotness: undefined, score: 13, children: 1
Engywuck 2 points 3 years ago

Same.

Plus, my instance is proxies through Clouflare and only IPs from my country are allowed.

path: 0 1938489 1939167 1939338 1942635, hotness: undefined, score: 2, children: 0
ChrislyBear 8 points 3 years ago

Oh man, that's actually really good advice! I recently switched to Vaultwarden, but you're right: If my server goes down, I can't even restart it, because the password for my account is in there! Damn! Close call!

path: 0 1938489 1944293, hotness: undefined, score: 8, children: 2
Limit 17 points 3 years ago

Well with bitwarden/vaultwarden you can have a copy of your entire vault on your phone or computer or both... so even if your server was totally dead, you'd have access to your passwords. Solid backups is a must, I follow the 3-2-1 rule on super critical systems (like vaultwarden) and test that you can actually recover. Something as simple as spinning up a VPS, testing a restore, testing access, see if that could work in a pinch until you get your server back online, then tear it down. Linode is very cheap for this kind of testing, it'd only cost you a few pennies to run a "dr" test of your critical systems. Of course you still want to secure it, I'd recommend wireguard or tailscale instead of opening access to your DR node to the internet, but as a temporary test it's probably fine if your running patched up to date versions of docker, vaultwarden, and I'd always recommend putting a reverse proxy in front like nginx.

path: 0 1938489 1944293 1944601, hotness: undefined, score: 17, children: 0
newIdentity 11 points 3 years ago

Usually the password are also stored locally.

I can definitely access all my passwords offline with bitwarden

path: 0 1938489 1944293 1953190, hotness: undefined, score: 11, children: 0
rglullis 1 point 3 years ago

I still don't get why people want to have cloud-based password managers. Keepass works in all major platforms, it's just one file, which it is super easy to sync and/or merge. It can integrate with your browser/Os if you want, but otherwise the surface attack is basically zero.

path: 0 1938489 2058052, hotness: undefined, score: 1, children: 0
AES 0 points 3 years ago

Bwoa, you can easily take json backups. It is pretty safe imo.

path: 0 1938489 1938960, hotness: undefined, score: 0, children: 0
Reva 62 points 3 years ago
path: 0 1944538, hotness: undefined, score: 62, children: 5
nomadjoanne 13 points 3 years ago

I've managed to do it for my personal email and find it very rewarding. Sadly, I could never use it for my business. It's just too risky and there may always be a few delivery problems here and there.

VPS hosting, BTW, not home.

path: 0 1944538 1946947, hotness: undefined, score: 13, children: 1
cmhe 1 point 3 years ago

I have setup a mail server for my employer, and doing it manually yourself is difficult. I didn't want to do it for myself as well.

However I looked into mailcow, and tried that privately and it works great so far! However, i would dedicate a separate VPS for just that.

path: 0 1944538 1946947 1962435, hotness: undefined, score: 1, children: 0
waspentalive 4 points 3 years ago

That, and the fact that Spam abatement is a terrible chore. Whackamole at its worst.

path: 0 1944538 1949168, hotness: undefined, score: 4, children: 1
ikidd 4 points 3 years ago

rspamd seems to do a fair job of it.

path: 0 1944538 1949168 1961075, hotness: undefined, score: 4, children: 0
flei 3 points 3 years ago

Been having a wonderful experience with mailcow on a small vps..

path: 0 1944538 1988992, hotness: undefined, score: 3, children: 0
placq 48 points 3 years ago

Mail, Bitwarden and Joplin. Too important stuff for my Raspberry Pi setup.

path: 0 1948793, hotness: undefined, score: 48, children: 9
daFRAKKINpope 11 points 3 years ago

Second. I used to self-host Bitwarden. Then I realized it'd be too devistating to lose all my passwords, even with backups. So I moved to their cloud service and paid for my families accounts too.

Joplin tho, Joplin stays on the server with no backup. I should really, really make a backup this weekend.

path: 0 1948793 1957161, hotness: undefined, score: 11, children: 8
cmhe 18 points 3 years ago

I am hosting bitwarden myself (on a VPS) and I am not that concered about losing my passwords, because every device syncs all passwords locally regulary so that you don't need internet to access them.

So to loose all your passwords not only do you have to loose your bitwarden server and all the backups, you also have to loose access to all your bitwarden clients synchroniously.

path: 0 1948793 1957161 1962206, hotness: undefined, score: 18, children: 0
uranibaba 2 points 3 years ago

I've never heard of joplin but it looks just like what I need

path: 0 1948793 1957161 1963340, hotness: undefined, score: 2, children: 0
lastweakness 1 point 3 years ago

I really want to use Bitwarden and I pay for the premium as well, but it's starting to bother me that a lot of basic stuff is missing despite years of user requests.

  • An Auto-fill UI for the web interface
  • Credit card auto-fill
  • A way to refresh from the auto-fill menu on the Android UI

I just tried Proton Pass (I have unlimited anyway) and it's not better, but at least they seem to be working on these.

path: 0 1948793 1957161 1963104, hotness: undefined, score: 1, children: 4
IdealShrew 9 points 3 years ago

all the features you listed are available though?

path: 0 1948793 1957161 1963104 1968684, hotness: undefined, score: 9, children: 1
lastweakness 1 point 3 years ago path: 0 1948793 1957161 1963104 1968684 2001553, hotness: undefined, score: 1, children: 0
i_lost_my_bagel 6 points 3 years ago

It has all of those though?

path: 0 1948793 1957161 1963104 1988541, hotness: undefined, score: 6, children: 1
lastweakness 1 point 3 years ago

Okay, credit card autofill is there at least on the browser, my bad. But the other two, no. What I mean by auto-fill UI is an overlay like we see in LastPass, Proton, etc.

If you add an item on your desktop, make sure it's synced and try to use the Android app to auto-fill it, it won't be there yet. And if you use the basic auto-fill view ("Items for x"), there's no way to refresh. The main app (not the "Items for" view) does have a refresh option though, so i end up closing everything, going back and refreshing from there.

Also, I like the way Aliases work in Proton. I'm still using both and really like both, and for now, both have its pros and cons.

path: 0 1948793 1957161 1963104 1988541 2001533, hotness: undefined, score: 1, children: 0
aard 1 point 3 years ago

Because passwords are so critical I'd never give that to a third party.

Stuff like bitwarden is needlessly complicated, though - I nowadays have a vaultwarden instance for friends and family, but everything important is done via pass - which only needs a git server, which I have anyway.

path: 0 1948793 1957161 2009510, hotness: undefined, score: 1, children: 0
emhl 36 points 3 years ago
  • My own search engine (a meta search engine like searx-ng would be fine though)
  • a tor exit node, because don't want to deal with the legal hassle (i run snowflake on multiple machines though)
  • a SMTP relay (recieving email is easy. Sending email is a pain in the ass)
path: 0 1937493, hotness: undefined, score: 36, children: 1
VanillaGorilla 7 points 3 years ago

Sending email is super easy as well. Making sure everyone can receive it is such a pain though.

path: 0 1937493 1943846, hotness: undefined, score: 7, children: 0
moist_towelettes 35 points 3 years ago

Bitwarden actually. I was really split on this but ultimately I trust Bitwarden, the company, to run a secure server than myself.

Who has time to track CVE's and react to them in a timely manner? I don't. If something happened, I probably don't have the infrastructure or know-how to even realize I had been breached.

path: 0 1938677, hotness: undefined, score: 35, children: 0
poVoq 25 points 3 years ago

A public Matrix server. Its just a never ending black-hole of ever increasing storage requirements and the software is too buggy to not become a maintenance hassle.

I do run a Synapse server for bridging purposes, so I am not just talking in theory.

path: 0 1937982, hotness: undefined, score: 25, children: 2
ellipse 9 points 3 years ago

XMPP is safer and lighter anyway

path: 0 1937982 1940310, hotness: undefined, score: 9, children: 1
u_tamtam 3 points 3 years ago

And so damn easy to self-host in general. Ejabberd is batteries included down to offering stun/turn for audio/video calls, Erlang is just unrivaled when it comes to hot reloading so updates are effectively zero-downtime (unsurprising considering all the business critical environments it's deployed).

At first (and especially because I went with Matrix originally) I wouldn't think of self hosting all my instant messaging, but in retrospect, ejabberd is one of the easiest services I've got to maintain. I highly recommend everyone to give it a shot, especially to all the matrix refugees to whom it was a surprise/disappointment.

path: 0 1937982 1940310 2003473, hotness: undefined, score: 3, children: 0
DeltaWhy 24 points 3 years ago

Backups. Cloud services like Backblaze B2 are so cheap for the durability they offer, it just doesn’t make sense for me to roll my own offsite solution with a Raspberry Pi at my parents’ house or something. Restic encrypts everything before it leaves my machine.

Password manager- it’s too important and it’s the thing that has to work for me to recover when I break something else. I’m happy to support Bitwarden with a few bucks a year.

Email- again, it’s mission critical and I have a habit of tinkering with things and breaking them. And it’s just no fun. The less I need to think about email, the happier I am.

path: 0 1995322, hotness: undefined, score: 24, children: 5
hempster 10 points 3 years ago

That's what "1" in the "3-2-1" backup strategy stands for, a true offsite backup (preferably continent where you do not reside) For "2" I would still deploy a local offsite at someone's house for quick disaster recovery.

Downloading your 10TB data from B2 (or even requesting a tarball HDD from them) is costlier than recovering from an offsite backup facility within an hour's reach.

path: 0 1995322 2001241, hotness: undefined, score: 10, children: 0
zaphod 3 points 3 years ago

Re backups, to be clear it sounds like you're specific referring to offsite backups.

I run my own local backup server using syncthing for replication and restic for snapshotting, but I also send offsites to cloud storage (in my case gdrive).

path: 0 1995322 1998135, hotness: undefined, score: 3, children: 0
pHr34kY 2 points 3 years ago

I self-host all those things.

I just have two portable drives, and I bring one home from work at a time to run an rsync backup job.

path: 0 1995322 1999965, hotness: undefined, score: 2, children: 0
Yearly1845 1 point 3 years ago
path: 0 1995322 2010774, hotness: undefined, score: 1, children: 1
hot_guava 1 point 3 years ago

Because the assumption is there's very little throughput. Storage isn't really that expensive, but bandwidth is and Backblaze is only cheap if you aren't trying to get at your data regularly. That's fine for backups because hopefully you never need them.

EDIT: I should say that for an individual user, getting data out of Backblaze isn't that expensive, but it's more expensive than cold storage. I think they charge $.01 per GB transfered, so a 10GB movie would cost you about ten cents to stream. It would cost you $100 to recover a 10TB backup from Backblaze (though for a fee than can mail you some of that on a hard drive, I think).

path: 0 1995322 2010774 2024044, hotness: undefined, score: 1, children: 0
mojo 24 points 3 years ago

Email. Way too complicated and lots of maintenance. Not to mention it you mess it up, there are huge downsides.

path: 0 1989222, hotness: undefined, score: 24, children: 3
aard 6 points 3 years ago

I find it funny that a bunch of the simple basics are nowadays considered complicated. I've been doing my own mail and DNS for over two decades now, and don't see a reason for stopping. It is pretty low maintenance, and generally less headache than having someone else do it.

path: 0 1989222 2009421, hotness: undefined, score: 6, children: 2
Toribor 2 points 3 years ago

Standing up email might not be that hard... but it's much harder to ensure that your mail will actually be delivered successfully. Plus it's not a service you can typically afford to go down. Any emails you miss during that downtime are gone forever, whereas even if my Vaultwarden credential vault goes down I can access passwords from a device that has things cached at least while I fix things.

Plus the big providers just treat small mail servers with a lot more skepticism than they did 20 years ago.

path: 0 1989222 2009421 2032871, hotness: undefined, score: 2, children: 1
aard 2 points 3 years ago

Plus it's not a service you can typically afford to go down. Any emails you miss during that downtime are gone forever

The sending server will retry a few times, so you have at least a few days to bring it back. And if you prefer an additional fail-safe - adding a secondary MX somewhere else which will just store mails until the primary comes back is trivial.

path: 0 1989222 2009421 2032871 2053360, hotness: undefined, score: 2, children: 0
realcaseyrollins 19 points 3 years ago

A social media platform where you can post or view images. I don't wanna deal with CSAM.

path: 0 1939260, hotness: undefined, score: 19, children: 0
kameecoding 14 points 3 years ago

not complicated or hard, just don't care enough: music, spotify is fine, especially on the family plan.

path: 0 1938119, hotness: undefined, score: 14, children: 0
alvaro 13 points 3 years ago

@Tinnitus@lemmy.world I would say in retrospective, email, but it is too late now.

While I do have self hosted backups, I also have offsite, paid copies as well, not sure if that can be considered "self hosting" though.

path: 0 1937164, hotness: undefined, score: 13, children: 6
Tinnitus 4 points 3 years ago

Email was one I figured I would get an answer for. I know plenty of people do it, but I’m not sure if I’d trust myself to do it right.

The paid offsite backups just seem like a good idea. Some might have the ability to also self-host that, whether it be in a friend/family members home, but if that isn’t an option, paying for a service could save your ass some day.

path: 0 1937164 1937433, hotness: undefined, score: 4, children: 2
IsoKiero 4 points 3 years ago

Email was one I figured I would get an answer for. I know plenty of people do it, but I’m not sure if I’d trust myself to do it right.

It's not even about doing it right. It's a PITA to manage when big players can just decide to block your server and then you'll be jumping trough hoops with Microsofts spam filtering program and whatnot just go get your messages trough. It's got very little to do if you've managed things right on your end, random issues with delivery just pop out of the thin air and it's your job to monitor it, swear by your mothers name to the big players that you'll play nicely and hope that their robotic overlords are satisfied with your time and effort.

And if you host email for anyone else it gets exponentially worse. I've been doing it long enough that apparently my server has a reputation now so those cases aren't as frequent as they used to, but they still pop up now and then and it takes time to figure it out with no other reward than the issue goes away, until it returns without any way to really know why.

path: 0 1937164 1937433 1938763, hotness: undefined, score: 4, children: 0
alvaro 1 point 3 years ago

@Tinnitus@lemmy.world tbh I started hosting my email when I was young, I wanted to learn and had no major responsibilities. I think you learn a lot in terms of UNIX processes, networking, specific details about email like DKIM, etc. but at this moment I would not start doing it by myself.

Still every now and then something breaks and it is kind of painful to review things. Additionally, sometimes your emails are considered spam.

path: 0 1937164 1937433 1941499, hotness: undefined, score: 1, children: 0
SocialDoki 1 point 3 years ago

I did email for about a year. Sucked shit so I cut my losses and closed the thing down.

path: 0 1937164 1942945, hotness: undefined, score: 1, children: 2
alvaro 1 point 3 years ago path: 0 1937164 1942945 1960367, hotness: undefined, score: 1, children: 1
SocialDoki 1 point 3 years ago

Honestly I've got like 7 different addresses spread across 3 different providers. Email isn't important enough for me to worry too much about privacy and control. It's mostly just a place to collect spam for me these days.

path: 0 1937164 1942945 1960367 1960374, hotness: undefined, score: 1, children: 0
tok3n 11 points 3 years ago

Minecraft. When I started out it was fine but when I began to get regular visitors I got DDOSed for days on end and people poking me for ssh access. Never again.

path: 0 1945276, hotness: undefined, score: 11, children: 5
flei 2 points 3 years ago

Been using mine using docker behind an extra vpn container...works beutifully..

path: 0 1945276 1989216, hotness: undefined, score: 2, children: 1
tok3n 1 point 3 years ago

Sadly my server predated Docker or I would have done this. After I left the community I think they migrated to Docker.

path: 0 1945276 1989216 1990372, hotness: undefined, score: 1, children: 0
xavier666 2 points 3 years ago

Why were people asking for SSH access?

path: 0 1945276 1952772, hotness: undefined, score: 2, children: 2
tok3n 4 points 3 years ago

They weren't asking, I was getting spammed with attempts. I changed the ports and locked down my server. In the end I switched to VPS's.

path: 0 1945276 1952772 1970734, hotness: undefined, score: 4, children: 1
u_tamtam 2 points 3 years ago

You get spammed with ssh attempts no matter what. Just set up fail2ban with harsh firewall rules, key-only auth, and live happy!

path: 0 1945276 1952772 1970734 2003502, hotness: undefined, score: 2, children: 0
shrugal 10 points 3 years ago

I tried getting a music setup to work, but I couldn't find a good solution for generated playlists with new song recommendations. The self-hosted music service just can't add songs it doesn't have yet, so it's not really feasible. Plus I still have a very cheap YouTube Music subscription from the GPM days.

path: 0 1948541, hotness: undefined, score: 10, children: 3
chiisana 6 points 3 years ago

You can use Lidarr to subscribe to artists’ new album/singles. But you’d still need to have a workflow to add new artists every now and then to incorporate them into your library.

path: 0 1948541 1951435, hotness: undefined, score: 6, children: 2
shrugal 7 points 3 years ago

I want to be able to pick a song and say "give me a playlist of similar songs I don't know yet", and have that play immediately. That's just not something a self-hosted setup can do. :/

path: 0 1948541 1951435 1951784, hotness: undefined, score: 7, children: 1
chiisana 4 points 3 years ago

Yeah I think the closest thing I’m aware of is Plex and album/track mood on smart playlist, and even then that’s kind of janky (ie: cannot shout into smart assistants to creat one on the fly). Music is so cheap now, even the free Amazon Music I get from Prime serves my needs, so I don’t even bother with it.

path: 0 1948541 1951435 1951784 1954239, hotness: undefined, score: 4, children: 0
jetsetdorito 10 points 3 years ago

I feel like I'm having a change of heart on NextCloud... Every time some little thing breaks I have to figure out how to fix it

path: 0 1963277, hotness: undefined, score: 10, children: 9
2xsaiko 16 points 3 years ago

Really? Nextcloud has been pretty set-and-forget for me.

path: 0 1963277 1967897, hotness: undefined, score: 16, children: 7
jetsetdorito 5 points 3 years ago

It largely is, but yesterday the Recognize app broke and I have no idea how to fix it. I think the environment got messed up from an apt-get upgrade? Its little things like that I have to figure out how to fix

path: 0 1963277 1967897 1983784, hotness: undefined, score: 5, children: 1
megamutant 1 point 3 years ago

Nextcloud AIO has officially hit the 1 year mark for me without any issues. The truck has been to use it as a real Dropbox replacement not a Google Drive with word and all these other integrations. I had it break 3 times due to weird updates because of that the prior year. Using it to mirror/backup files is pretty nice.

path: 0 1963277 1967897 1983784 2000550, hotness: undefined, score: 1, children: 0
legenderic 2 points 3 years ago

Okay, but do you run it in containers or on bare metal?

path: 0 1963277 1967897 2010723, hotness: undefined, score: 2, children: 1
2xsaiko 3 points 3 years ago

Bare metal (using the NixOS module, so the manual stuff like database upgrades after an update and such is automated). Only containers that go on my servers are Pterodactyl because it requires it ;)

path: 0 1963277 1967897 2010723 2010765, hotness: undefined, score: 3, children: 0
Yearly1845 1 point 3 years ago
path: 0 1963277 1967897 2010756, hotness: undefined, score: 1, children: 2
2xsaiko 1 point 3 years ago

Ouch, that's awful. Yeah tbh I wouldn't quite trust it to do encryption well. I haven't had any actual problems with Nextcloud but it does feel like it's held together by duck tape.

path: 0 1963277 1967897 2010756 2011213, hotness: undefined, score: 1, children: 1
Yearly1845 2 points 3 years ago
path: 0 1963277 1967897 2010756 2011213 2020899, hotness: undefined, score: 2, children: 0
mesamunefire 1 point a year ago

For updates yeah. I used to run it with docker and just about every other major update would break it. Then I went to bare metal...still broke. Now I have it on yunohost and its...better. Its only broken once last year. But heavy backups is how I deal with it.

path: 0 1963277 15684017, hotness: undefined, score: 1, children: 0
ShittyBeatlesFCPres 10 points 3 years ago

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.

path: 0 1940700, hotness: undefined, score: 10, children: 1
lastweakness 1 point 3 years ago

Same, Hetzner Storage Share has been really good for me so far.

path: 0 1940700 2001956, hotness: undefined, score: 1, children: 0
Fizz 7 points 3 years ago

A video hosting service. I cant be bothered collecting and storing all that media.

path: 0 1939161, hotness: undefined, score: 7, children: 4
chippy 3 points 3 years ago

I did this for a couple of years and it became such a major hassle I just closed my server and told everyone to go get their own subscriptions. 30 terra-bytes of data deleted!!

path: 0 1939161 1939777, hotness: undefined, score: 3, children: 2
Fizz 3 points 3 years ago

Ouch that's brutal. You must have spent so much money on running all that and so much time collecting all that media.

path: 0 1939161 1939777 1945342, hotness: undefined, score: 3, children: 0
newIdentity 2 points 3 years ago

It's not that hard honestly. I only have one TB though but it really isn't that much of a hassle.

path: 0 1939161 1939777 1953117, hotness: undefined, score: 2, children: 0
finestnothing 2 points 3 years ago
path: 0 1939161 1947753, hotness: undefined, score: 2, children: 0
h3ndrik 7 points 3 years ago

Nothing really. I'm comfortable hosting mail, chat, my passwords and important documents. However:

Hosting personal/important data for other people is a bit intimidating because you kind of guarantee for safety and availability.

And services that are likely to be misused for illegal stuff and would be too bothersome. Otherwise i might host an anonymous spam eating email-forwarder, maybe a tor exit-node and a forum where adults can practise free speech. But that kind of stuff just attracts the wrong kind of idiots.

path: 0 2009650, hotness: undefined, score: 7, children: 0
bladewdr 6 points 3 years ago

Mail server, but mostly because deliverability in this day and age is a nightmare. If you're some one off running your own mail server in 2023 be prepared to deal with many headaches around IP reputation.

path: 0 2013351, hotness: undefined, score: 6, children: 0
hempster 5 points 3 years ago

Aegis. Never use a local-only 2FA app on your phone.

path: 0 1984923, hotness: undefined, score: 5, children: 9
okamiueru 10 points 3 years ago

What's the problem with it being local-only? Just backup the secrets, and you're good? Or is backing it up the "online" element?

path: 0 1984923 1985580, hotness: undefined, score: 10, children: 2
hempster 2 points 3 years ago

Like a password manager, I can't trust myself for the seeds to get misplaced.

path: 0 1984923 1985580 1997603, hotness: undefined, score: 2, children: 1
zaphod 11 points 3 years ago

First, that's what recovery codes are.

Second, that's what backups are for.

Frankly, given what we've seen with LastPass this past year alone, there is absolutely no one I would trust to host any of my credentials.

My TOTP seeds go in a Keepass database that has a very long passphrase. That database is then sync'd across devices with syncthing and included in encrypted backups.

path: 0 1984923 1985580 1997603 1997995, hotness: undefined, score: 11, children: 0
TKrios 2 points 3 years ago

Any recommendations for 2FA?

path: 0 1984923 1989992, hotness: undefined, score: 2, children: 5
hempster 2 points 3 years ago

Authy, having paid bitwarden and 2FA in one app is a disaster waiting to be happen in case of a security breach.

path: 0 1984923 1989992 1997642, hotness: undefined, score: 2, children: 3
lastweakness 1 point 3 years ago

Can Authy really be trusted?

path: 0 1984923 1989992 1997642 2001615, hotness: undefined, score: 1, children: 2
hempster 1 point 3 years ago

Out of all hosted options available that I lasted tested 2-3 years back, Authy is the only one that reliably syncs and backups seeds across devices. I would switch in an instant if something like Bitwarden comes up but for 2FA only.

path: 0 1984923 1989992 1997642 2001615 2002374, hotness: undefined, score: 1, children: 1
giant_smeeg 1 point 3 years ago
path: 0 1984923 1989992 1990872, hotness: undefined, score: 1, children: 0
koinu 2 points 3 years ago

I think someone else already mentioned it, but just to reiterate... Anything for other people who aren't my wife and future kids.

Password manager, file backups, photo backup, whatever.

If something happens to me, or I pass away, wifey has instructions on shutting everything down (probably should write instructions on how to save all the important stuff).

But I don't want to deal with other peoples stuff. I like tinkering with my server and different docker containers, etc. So I don't want someone complaining they can't access their photos because I wanted to try something new. Also, just don't wanna be responsible for storing their photos and important documents.

path: 0 2045334, hotness: undefined, score: 2, children: 0
Samsy 1 point 3 years ago

In the early days it was cloud and mail, since Mailcow works really good, it's just the cloud. Because nextcloud is too much hassle, all this php stuff... I have a managed nextcloud at hetzner and I am really happy this is something I haven't to worry about.

I check ocis from time to time, if it is usable the same way, I would selfhost my cloud again. NC on selfhost? Only if they do the same steps ocis already made. Because ocis is a simple single binary without php.

path: 0 2011307, hotness: undefined, score: 1, children: 0
DunkinCoder 1 point 3 years ago

IRC server or ZNC bouncer.

path: 0 2166613, hotness: undefined, score: 1, children: 0
madargon 1 point 3 years ago

@Tinnitus E-mail because of all reasons mentioned here.
Tor exit node because I don't want to have legal problems.
Mastodon or similar fedi instance because of its resources requirements and usage.

path: 0 2057159, hotness: undefined, score: 1, children: 0
selfhosted
selfhosted

@lemmy.world

login for more options
60075
6388
7716

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

go to feed...