

Owncloud is an enshittified mess. There are very good reasons that Nextcloud hardforked and ran. Stay far away.


Owncloud is an enshittified mess. There are very good reasons that Nextcloud hardforked and ran. Stay far away.


What a pointless article.
I’d have to look at Frigate again, but I’ve used BI for a few years now for myself and neighbors that I’ve installed livestock monitoring cameras for. The phone app is quite good, it does very reliable recognition via Deepstack, it’s compatible with so many cameras it isn’t funny, and the automations are very extensive. Setting up schedules is pretty intuitive.
The geofencing is terrible, but that’s about my biggest complaint with it, besides having to install it on a Windows VM. I did have it working in Wine years ago, but it wasn’t very stable.
requires UniFi Protect to enable the setting.
Always some sort of cloud based dicking around with Ubiquiti stuff. I’m so over them.
Make sure any cameras you get are ONVIF compatible. That’ll give you the widest usability.
And while it’s great to be self-hosted, I’ve never found anything as good as BlueIris for camera software, even if it does cost $50/yr. I run it in a Dockurr/windows container, there’s a few projects out there that make Dockur easier to set up.


Jesus, you’re trying hard to be a dick, huh. Try harder.


I have to start to learn how to automatically create notes. I’m starting to forget how my systems work together, too. Fortunately when I research something I do it the same way every time so I come up with the same result, then go to implement it and find all the scripts etc that I forgot about that do that job.
I hate the “Microsoft Recall” idea, but damn, I need something like that with an AI to keep it indexed and searchable as it relates to my activities. All self-hosted, of course.


Fedora KDE.


I’m sick and tired about hearing about Zorinn when there’s a dozen excellent Linux distros that aren’t derivative trash that astroturf social media and pass off other Foss projects as their own.


I don’t see this phenomenon. Maybe people suggest those things to use because frankly, they’re a very fundamental part of the self-hosting landscape, and you’re see it as “you must use these”. Use whatever the hell you want and pay the price for doing it the hard way, by all means. But saying people are gatekeeping isn’t the way I see this community.
If you do a zfs list from the Proxmox server command line, you’ll now see a dataset named something like rpool/vm100-data-disk1 and that the second virtual disk in your VM. Now you operate on the virtualdisk however you like, format it with EXT4 or something (don’t use ZFS). It’s still a ZFS volume and Proxmox will be able to snapshot it, replicate it etc, or you could do it manually on the host. But as far as the VM is concerned, it’s a raw disk that you do normal disk stuff with.
Relevant xkcd: https://www.explainxkcd.com/wiki/index.php/File:security.png
Mint is pretty late to the Wayland party with Cinnamon. It’s probably one of the worst distros to try to use Wayland on.
I think it took me 2 years to get six monitors on two GPUs working consistently under X11. Yes, I’m that fucking stubborn.
Wayland worked right from the start.
deleted by creator
I couldn’t sleep at night if I didn’t have my data backed up in 6 different places. I spent way too many years as a sysadmin to deal with 2 backups.
ZFS mirrors on my Proxmox server with multiple nodes replicating to each other. Replications of those datasets to zfs.rent. Proxmox backup server taking hourly snapshots and doing it to multiple drives. Rotating USB drives on that PBS server. Backups of the data for each VM and each docker container stack via rsync. Borg backup. Multiple Nextcloud clients with each having their file syncs held locally, then rsynced to a secondary drive.
I could probably come up with a couple more that I’ve forgotten I have running. I got burned once and it made me mad.
The files and folders of NC are outside of the database. They are fully browseable in the filesystem. The database is just there for the metadata.
I virtualized my OPNsense years ago via Proxmox and put it on HA. I’ve had it failover to another node that blinked out for some reason, and not noticed it for weeks. I’m a complete believer in virtualizing it. I used 2 nics per node and the external NIC is on a switch across all nodes. YOu could use VLANs instead.
Not to mention the snapshots before updates, and restoring via PBS (which I’ve had to do and takes a few minutes). I would never go back to bare metal.
They don’t obfuscate the filesystem, it’s right there in clear folder trees under each username in the chosen data folder with all the filenames you see in the UI, you can do whatever you want with it.
I hear this bullshit constantly and I go back to check just to make sure I’m not fooling myself and there it is. Where do people get this from, do you not know how to navigate a filesystem?