Limeade3425
@Limeade3425@lemmy.zip
- Comment on My thoughts shopping around for a wiki solution 1 day ago:
For work, we use Bookstack, you can use the api to export pages as markdown as a quasi-backup. At home, I have been using Jotty. It saves as markdown, organizes with folders, and has a decent mobile interface for when you’re on the go. I just use syncthing to sync the data directory (markdown files in folders) to my backup storage
- Comment on BentoPDF is a self hostable, privacy first PDF Toolkit 1 month ago:
Thank you so much for this. We just started using it at our school. We were using StirlingPDF, but they went open core 🫤. Personally, I like that there is no auth, it keeps it simple.
- Comment on podman quadlets on lxc 3 months ago:
I’ve never had an issue as long as you have nested turned on. I don’t think it needs to be privledged for that
- Comment on Systemd Service Hardening 6 months ago:
Good write-up
- Comment on Question about harware Raid vs Truenas pools 8 months ago:
TrueNAS (ZFS) needs direct access to the drives. Typically a software raid is considered to be more reliable/flexible since with ZFS it also checks for file integrity. You can set several variables to add to the integrity as well as special vdevs to help speed things up. Integrety comes at the cost of storage, so make a plan for how much storage you need versus how much data integrity you need.