pztrn
@pztrn@bin.pztrn.name
- Comment on What is a good multirole server setup for a racked server? 8 months ago:
For me only the case of inability to reassemble RAID array on different server (with different controller or even without it) for data recovery shouts a big “NO” to any RAID controller at home lab.
While it is fun to have “industrial grade” thing, it isn’t fun to recover data from such arrays. Also, ZFS is a very good filesystem (imagine having 4.8 TB of data on 4 TB mirrored RAID. This is my case with zstd compression), but it isn’t playing well with RAID controllers. You’ll experience slowdowns and frequent data corruption.
- Comment on I want to bring some attention to Slidge XMPP Bridges 8 months ago:
🤘
- Comment on What is a good multirole server setup for a racked server? 8 months ago:
Using ZFS on Proxmox for couple of years under different workloads (home servers, productions at job), it is very good.
Just tune it as you need :)
- Comment on I want to bring some attention to Slidge XMPP Bridges 8 months ago:
Well… You know… It’s kind of.
- Comment on What is a good multirole server setup for a racked server? 8 months ago:
Go always with software RAID where possible to avoid vendor lock-in.
- Comment on What's the deal with Docker? 8 months ago:
I never said that it is a virtualization. Yet for easy understanding I named created namespaces “virtualized”. Here I mean “virtualized” = “isolated”. Systemd able to do that with every process btw.
Also, some “smart individuals” called comtainerization as type 3 hypervisors, that makes me laugh so hard :)
- Comment on What's the deal with Docker? 8 months ago:
It virtualises only parts of operating system (namely processes and network namespaces with ability to passthru devices and mount points). It is still using host kernel, for example.
- Comment on Simple, checkmark based, multi-user tasks app suggestions? 8 months ago:
Vikunja is the only viable thing. CalDAV spec allows to assign tasks, but we got XMPP moment here - spec exists, but almost no apps implement it properly.
Also you may take a look at github.com/awesome-selfhosted/awesome-selfhosted#…
- Comment on Self Hosted Calendar 8 months ago:
Syncthing is a sync utility wich is different from a cloud service. They both have different purpose and are for different tasks.
They all do one thing - syncing files. And less painful implementation done by nextcloud, at least for me.
- Comment on Should Caddy and Traefik Replace Certbot? 8 months ago:
Using Caddy for couple of years already at home, yet using certbot at job, because of requirements to use nginx as balancer.
- Comment on Self Hosted Calendar 8 months ago:
I’m using nextcloud for files and photos/videos sync from mobile, Joplin for notes and tasks, baikal for calendar (with sharing with my wife which using iOS/macOS).
There is nothing better than Nextcloud for files, I was trying to use syncthing and seafile - both sucks in one way or another.
Also, I was using vikunja for tasks but it’s UI and UX… Well, strange and not eye-candy. I hope someday they’ll rewrite it.