AKA “1N07”

  • 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle



  • Why couldn’t you build a “read only” connector? I mean sure, wires conduct both ways obviously, but diodes and other one-way conductors are a thing right?

    The other point of only putting the implant in the place it’s needed and where it can’t make you see and hear things seems valid too.

    I’m not saying there wouldn’t be other risks and issues with the whole thing, but I feel like the “they’ll put ads in your brain” thing is kind of a ridiculous fear.






  • I’ve been doing basically the same thing on a QNAP NAS slowly as I find time to learn.

    My current setup is NAS with a docker running Jellyfin (Plex alternative that is FOSS and also better in my opinion). I setup a reverse-proxy via https to Jellyfin on the NAS.

    I have VPN+Prowlarr+Radarr+Sonarr+Lidarr+qBittorrent setup on my PC and uploading locally to the NAS for Jellyfin.

    I have a domain purchased and using DDNS to point the url to my IP, though that doesn’t appear to be working properly right now.

    So as is, it works quite well at least on my local network, but when I find the time I’ll get the domain working so I can properly login to Jellyfin remotely with it. Then next up is moving the torrent setup onto the NAS in it’s own docker stack.

    My NAS also has two physical network interfaces so I’m also going to setup the other one to be exclusively a VPN connection so I can let different docker stacks use different network interfaces. (VPN for torrent docker stack and non-VPN for remoting into the NAS or something. I’m not sure yet.)