tuhriel
@tuhriel@infosec.pub
- Comment on Logitech will brick its $100 Pop smart home buttons on October 15 - Ars Technica 2 weeks ago:
That doesn’t work. The amount of research people need to do to get enough information which product can currently just be shut down by the manufacturer is crazy…also it doesn’t matter: the corps can just change the contract afterwards and you loose access to the features anyway…it needs regulations to stop this.
- Comment on issues setting up nginx as an https proxy 5 weeks ago:
Also, some routers allow to add local dns entires within their config
- Comment on Homarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. 2 months ago:
That actually makes sense…thank you!
- Comment on Homarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. 2 months ago:
My biggest gripe with yaml (especially in docker-compose files) is that l, for me at least, it is absolutely not clear when I need to add dahes (-) in front of multiple entries and when it’s just linebreaks.
And there are no easy accessible docker-compose validators… - Comment on Custom remote backup 3 months ago:
On the one running on my parents side I run raspberryOS. I do have an rpi on my side which is triggering the script and vpn (and also backs up their NAS) That one is running NixOS, but raspberryOS works fine.
- Comment on Custom remote backup 3 months ago:
I have a remote backup setup at my parents, which consists of a rpi4 and an external hdd (old NAS HDD). The rpi also has a wireguard interface running. If I need to back stuff up (via a restic-rest container) I open the vpn from my side, start the container, mount/decrypt the hdd and trigger the restic update. Afterwards everything gets disconnected again
- Comment on Plex has paywalled my server! 4 months ago:
Thanks for the link. It seems they got it somehow working on DSM6, but if I check the thread, it’s a lot of ducttape and locktight involved especially to run with DSM7. Might try it out on a rainy sunday
- Comment on Plex has paywalled my server! 4 months ago:
Give me a package that runs on my ds214play and I’ll switch in a heartbeat
- Comment on Best Free Mobile App for Streaming Self-Hosted Music? 4 months ago:
I’m running an airsonic-advanced server and use the tempo app on android github.com/CappielloAntonio/tempo
And supersonic on linux & windows: github.com/dweymouth/supersonic?tab=readme-ov-fil…
- Comment on Plex now will SELL your personal data 4 months ago:
The point for me is, that I have an acient synology NAS (ds214play) which acts as my media server. There is a community made plex package which I can install easily. As far as I have seen, there is no way to install jellyfin on this NAS, as it doesn’t support docker
- Comment on 3-2-1 Backups: How do you do the 1 offsite backup? 5 months ago:
I have a rpi4 awith an external hdd at my parents house, which I connect via a wireguard vpn, mount and decrypt the external hdd and then it triggers a restic backup to a restic-rest server as append only.
The whole thing is done via a python script