tuhriel
@tuhriel@infosec.pub
- 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. 1 week 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. 1 week 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 5 weeks 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 1 month 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! 2 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! 2 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? 2 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 2 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? 3 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