Abe

u/abe@civv.es
0 posts · 13 comments

Recent posts

No posts.

Recent comments

@InsightSeeker@thelemmy.club Spantaleev's setup is probably the easiest way to get matrix setup honestly. Otherwise bridges etc tend to be a pain. You don't necessarily need to be a coder -- just follow documentation instructions step by step, and ask in their matrix channel if you get stuck.

You could also set it up on a device that's already encrypted on boot (via luks), so you'd have some protections if turned off.

I've been running it close to 5-7 years (don't remember lol).

@InsightSeeker@thelemmy.club In theory you could use Matrix and use bridges to access these. On the other hand it kills encryption because now Your endpoint is where it decrypts and re-encrypts the new messages.

Spantaleev's Matrix Docker Ansible remains the most popular project for this (lots of documentation, good community): github.com/spantaleev/matrix-docker-ansible-deploy

on Cams, anyone? · c/selfhosted · 1 pts · 267d

@jabeez@lemmy.today You could use Frigate for the 'feature' set, no? frigate+HA should work very well for the use case. Rest you should be okay with something that does RTSP and feeding that to frigate/HA, no? I remember researching something about this last year, and found that Reolink IIRC offers that.

@philpo@feddit.org Why not do something like wireguard/tailscale in your public facing instance, having nginx there, and reroute photos.domain.com to your private server?

so, something like subdomain.domain-> dns pointed to public -> hits your public -> nginx there routes to wireguard ip of 10.1.1.5 of your private box -> <OVER WIREGUARD> -> hits your private 10.1.1.5:8080 or something?

@xtapa@discuss.tchncs.de You don't need a "NAS" per se -- just running a baremetal distro and using containers in it will suffice.
Further, while Nextcloud can work fine, I'd suggest not using it and going for individual solutions instead of something AIO -- NC is fairly clunky, and fairly slow comparatively. It's also PHP.
I personally use Proxmox + LXC/VMs in one Micro PC (i5-7xxx/24G), and Just Ubuntu with Docker compose in another(i5-6xxx/16G) alongside a couple of Oracle VMs. It works out fairly well.
For Digitizing paperwork and mail, paperless-ngx is a good solution. For your pirate ship, look into *arr solutions. jellyseerr -> sonarr/radarr -> bazarr -> jellyfin works fine.