Hey at least you showed her your vim and not your nano or micro
- 0 posts
- 12 comments
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•Owners of a domain, which domain registrar did you choose and why?English
2 yearsI currently use gandi but I’m planning on moving to cloudflare. Not in too much of a rush since I did a 10 year lease.
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•Controlling and monitoring computers (Windows, Linux) from Home Assistant?English
2 yearsYeah, shutdown /s /t $time_seconds
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•Pi-Hole or something else for network ad blocking?English
2 yearsYour best bet is getting a platform your can sideload apps onto and running SmartTube
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•Pi-Hole or something else for network ad blocking?English
2 yearsAdGuard Home and blocky are other popular options. I switched over to AdGuard Home a while back because it supported DNS over HTTPS although I’m not sure if that’s still a relevant reason. I run AGH as a docker container but it is easy to run in a LXC or VM. There’s also a tool to sync configs if you need multiple instances. Notice: AGH block lists are formatted like uBlock Origin lists so you will not be able to use PiHole style lists.
DNS based ad blockers won’t work when ads are served from the same place as the content. Which is why DNS based ad blockers don’t work against Twitch or YouTube. So YMMV.
If you’re looking to block interface ads and select streaming service ads there are block lists available like this one. The game with smart TVs is blocking the ads breaks the TV a little because sometimes it calls back to the same servers for updates and misc info like weather.
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•[finished, read edit in post.]What NAS to get for running plex and is there anything I should know?English
3 yearsIt’s not very expandable and very underpowered but I’ve been using an Odroid HC-4 with Armbian and a separate compute server for a while. It’s a decent budget option.
I run a Plex container on Proxmox and have it connect to my Armbian/OMV NAS via SMB. The way I got SMB shares working was to mount them from the Proxmox host and then mount them read-only from the container. (better security ig) I’d be happy to share my configs although it might take me a couple days to pull them up.
Another alternative I’ve been thinking about is buying an external drive rack and attaching it to the outside of my server’s PC case. Then running SATA extenders but this might not be possible depending on the kind of mini PC and I’ve heard extending power can get dicey if you have more than a few drives.
- PainInTheAES@lemmy.worldto
Selfhosted@lemmy.world•good alternatives to raspberry pi which are cheap and efficient?English
3 yearsI use their toaster NAS. The HC4 I think. Not the best multimedia server but it’s a serviceable file server.
- PainInTheAES@lemmy.worldto
Sync for Lemmy@lemmy.world•Sync is back on the Play Store, but it's not a third-party Reddit app anymoreEnglish
3 yearsI’ve been using Read You from F-Droid. It’s still in early-ish development but it’s simple with a clean design.
Docker container pls
- 3 years
What about the guillotine?




Yeah, it’s /etc/pve/corosync.conf you can set quorum votes to 2 for a device. But it’s easy to get the file overwritten. Link
Or you can use pvecm expected 1 on both hosts or pvecm --votes 2 on one device.