Owncloud is an enshittified mess. There are very good reasons that Nextcloud hardforked and ran. Stay far away.
- 8 Posts
- 423 Comments
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.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•The 'just one more service' pipeline has claimed another victim: my entire weekend. What was your gateway drug into self-hosting EVERYTHING?English
2·9 days agoI 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.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•Is self-hosting becoming too gatekept by power users?English
1·11 days agoI 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 listfrom the Proxmox server command line, you’ll now see a dataset named something likerpool/vm100-data-disk1and 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.
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.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What OS do you like for digital signage/kiosk/dashboard only?English
2·19 days agoI like Fully_Kiosk on android, but it’s paid.
Eh, I just saw you weren’t meaning a tablet. That’s what most people kiosk on.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What OS do you like for digital signage/kiosk/dashboard only?English
4·19 days agoThe number of kiosks that are stll Windows NT would make you shudder.
I thought it was pretty weird, so I tried again a while later; same result. I checked through issues and couldn’t see anything, I figured it was just me. I tried because NPM was just full of error logs and was having some sort of shitfit, so I blew it out and rebuilt from scratch, now all is fine. But the NPM+ defeated me. I might have to try again just because.
NPM+ didn’t work worth a damn for me. No proxies would forward, I have no clue why and couldn’t figure it out. It was like I was turning knobs that weren’t connected to anything. But YMMV.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•how do you explain selfhosting to the non-techies in your life?English
3·20 days agoLong ago I learned to stop convincing people to stop shooting themselves in the foot.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
9·21 days agoIt needs to be running on postgres and redis. The AIO is your best bet
ikidd@lemmy.worldto
Selfhosted@lemmy.world•Every single time I think of restructuring my homelab storage. What do you use for storage engines and how does it benefit you?English
3·24 days agoJust the 5-6 raid modes are shit. And its weird willingness to let you boot a failed raid without letting you know a drive is borked.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•Planning to selfhost images and calendar in addition to HTTP(S)English
1·26 days agoIn the docker-compose.yml for the AIO, you can specify the port that the Apache server runs on with
APACHE_PORT=XXXXThen you set your reverse proxy to proxy to that port. If you need some pointers about how to use a reverse proxy, ask away.




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?