SpacePirate
@SpacePirate@feddit.nu
- Comment on Is there anyone that would be interest in doing a video call with me to show me how all this cloudflare/nginx/authentication works? I can pay 4 days ago:
Hey! I sent you a DM about it I was thinking we could have a call on MullvadVPNs jitsi aka meet.mulvad.net where others could join! If we can find a time that works for both of us we could send it here so others who are interested can join!
- Comment on My entire production website runs on a Raspberry Pi 4B + Orange Pi Zero 3 — real traffic, public dashboard, zero cloud 2 weeks ago:
Not a ad but want to leave this here because I think it’s relevant. Najalla has a VPN service that is very unique, instead of giving you multiple exit points with different IPs and maybe 1 portforward they give you One static IP with full access to portforwarding for like 5€/Month
I am in no way affiliated with them but I am just a customers of thier service and enjoy it!
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
I completely agree, Tailscale will not just solve your issues. If you want to have is as simple as possible for your users you are going to need to expose it publicly for your users. And the reason I posted the comment above is to share a solution that has worked for me to get my users "Smart"TVs to work. Honestly if someone where to make a service that provides a “plex networking” solution for jellyfin I think allot of people would consider using it and leave plex for good!
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
Yeah then this might not be a great idea for you, unless you have the possibility to fix a machine if you visit. But I want to make it clear this is not a fix all thing just trying to help :D
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
That doesn’t slove the problem if your Smart TV doesn’t support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.
It would be like this:
Jellyfin <-- Tailscale/Headscale <— Machine forwarding the jellyfins port <-- Smart TV
This can be done with a command like this:
ssh -L 0.0.0.0:8096:jellyfin_tailnet_ip:8096 -f -N user@machine
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
If you have a machine at her place that is on most of the time you can have tailscale on that device and then make it ssh into itself with ssh portforwarding on!