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
No backup utility like PBS though, thats why I haven't switched.
Like I said, incus don't care about your storage.
I've never used PBS, I've always just rolled my own. I currently keep 7 daily, 4 weekly and 4 monthly. My data mounts are all nfsv4.
Edit: isnt it possible to use pbs with non-proxmox systems?
Yeah it sounds nice but too much time investment for me.
I can install PBS client on any system but it requires manual setup and scheduling which I don't want to do. When used with Proxmox that's all handled for me.
Also I don't think Proxmox cares about storage either, I just use ZFS which is completely standard under the hood.
Proxmox forces you to add a "storage area", which is fine, except you must use their mount path of /mnt/pve/ and you must add NFS tuning switches via pve or they don't work.
Proxmox is great, I used it for 8 years. But it is also opinionated and doesn't like non-standard configs.
Oh I see what you mean yeah, I've never used NFS before with it.