Skip Navigation
paco paco @fedia.io

Cloud security geek, cigar smoker, amateur electric bass player, hoping to be an ally where I can. he/him

Posts 2
Comments 5

So what are #FreeBSD folks doing for multi-node, high availability file systems? I looked at #Gluster, but that doesn't work. I'm starting to look at #minio, but it's an S3-oriented API.

I'd like to get to a docker swarm sort of situation where I have 3 identical docker VMs, running 3 identical Caddy configurations, with 3 identical Apache VMs, and requests load balanced across them. And then I want a shared filesystem so the users can upload the files for their web sites to one location, and it's made available to all the web front ends.

I'm currently in a mixed environment:

  • #xcpng on bare metal
  • FreeBSD VMs running important services (bastions, email, DNS)
  • #AlpineLinux VMs running docker for all my container-based stuff

So I'm trying to do the shared, highly available FS part of this design and I'd stay with FreeBSD if I could. #selfhosted

4

I use (https://nextcloud.com/) for a lot of my home data serving. It lets me have the full iCloud/Google docs experience, but with all the data on my own systems/disks. One service that is

I use nextcloud for a lot of my home data serving. It lets me have the full iCloud/Google docs experience, but with all the data on my own systems/disks. One service that is a little less known, I think, is ONLYOFFICE. It's a thick-client Word, Powerpoint, Excel, PDF-Form-making office suite. I get a ton of mileage out of it. It's honestly a bit rough around the edges and not as full-featured yet. But their mobile app works, their desktop app works, and I guess it's good enough for me. It costs like $120 once-in-a-while. That is, they do big version upgrades and expect you to pay if you want the new version. But then they do a lot of features and updates on a major version. It works out to about $120 every couple of years or so.

3
*Permanently Deleted*
  • hire mods? With what money?

  • Discord Alternatives?
  • Since you mention you have Nextcloud, it's worth knowing that Nextcloud embeds Spreed which gives you chat, audio, video, screensharing and a ton of other features. The trick with stuff like that is getting people to sign up, but limiting it to only people you want to chat with. The one thing that's valuable about internet-facing stuff like Discord is that anyone can sign up and it's not your problem. With Nextcloud, you can often federate and let people sign in with Google or Github or Facebook or whatever, but—as an individual—you probably don't want to have truly open signups on a personal chat server. So you'll have to sorta invite/accept people signing up. Matrix (already mentioned) is the other good contender.

  • What value did you get from Reddit that you hope to realize or expand upon here?
  • I am looking for curation and durable content here.

    For me, Reddit was a curated source of information. You have these communities full of knowledgeable people. If you went into that community you'd either find the info you need, already asked and answered, or you could ask and get a good answer. Discord is just real-time chat. It has virtually no search engine find-ability, no categorising, tagging, or reasonable way to go back and find something someone asked a year ago that was answered perfectly. Many of the social media are really personal and 'now' oriented. I'm eating a donut. This person pissed me off. I'm getting married, etc. Video streaming platforms have individual creators, who often have a theme, but they don't have communities or top-down categorisation. And video sucks as a searchable archive. It's really hard to know that 17 minutes into this video with a clickbait title, there's a really useful nugget of information. But Reddit (and now its federated clones) is user-curated and categorised. If I jump into a Windows-oriented community, I won't find a bunch of Linux stuff. If I want to look at a sport or a hobby or politics, there's a place to go. But it's not one creator/curator. It's organic.

  • What's your backup strategy?
  • 321 strategy: 3 copies of everything important, 2 on-site, 1 in cloud. I have a TrueNAS Scale NAS running RAID5 on ZFS. All the laptops, desktops, etc. backup to the NAS. (Mostly Macs, so we use time machine over the network). So the original laptop/desktop is 1 copy. The NAS is a second copy on-site, and then TrueNAS has lots of cloud options. I use Amazon S3 myself, but there are lots of choices.

    Prior to this I had a Synology NAS. It was "small" (6TB), so it has a RAID mirror of 6TB drives and a single 6TB external USB that had a backup of the mirrored pair (second copy on-site). Then I also used Synology's software to backup to S3.

    For my Internet-facing VMs, they all run in xcp-ng and I use Xen Orchestra to manage them. I run regular snapshots nightly, and then use NFS to copy them to a cloud server. That's sloppy, and sometimes doesn't work. So the in-the-house stuff is backed up well. The VMs are mostly relying on Xen snapshots and RAID 5.

  • Old school self hoster: scared of the security challenges of modern hosting
  • I’m with you. Same vintage IT guy, self hosting similarly. I dunno. I throw a lot of stuff up on my xcp-ng box. Some is important. Some isn’t. I’m doing all manner of old-school firewall and perimeter security and not worrying a ton about logging in my containers. I guess I’m just fatalistic. If I get hacked to the point that I’m digging through logs to figure out what happened, I’m kinda fucked. So I focus more on backup and restore. Can I restore to a known good state? But I hear you. Kids these days with their containers and their pipelines and their devops. Back in my day…