tuhriel

joined 2 years ago
[–] tuhriel@infosec.pub 4 points 3 days ago

I'm running an airsonic-advanced server and use the tempo app on android https://github.com/CappielloAntonio/tempo

And supersonic on linux & windows: https://github.com/dweymouth/supersonic?tab=readme-ov-file

[–] tuhriel@infosec.pub 3 points 1 week 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

[–] tuhriel@infosec.pub 3 points 3 weeks ago* (last edited 3 weeks 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

I chose the rest-server because it allows "append only", so the data can't be deleted easily from my side of the vpn.