• 0 Posts
  • 98 Comments
Joined 2 years ago
cake
Cake day: August 23rd, 2023

help-circle



  • Not much for open source solutions. A simple captcha however would cost scrapers more to crack than Anubis.

    But when it comes to “real” bot management solutions: The least invasive solutions will try to match User-Agent and other headers against the TLS fingerprint and block if they don’t match. More invasive solutions will fingerprint your browser and even your GPU, then either block you or issue you a tracking cookie which is often pinned to your IP and user-agent. Both of those solutions require a large base of data to know what real and fake traffic actually looks like. Only large hosting providers like CloudFlare and Akamai have that data and can provide those sorts of solutions.















  • Obscuring home IP is the big one. You also don’t have to fiddle with opening ports on your router and maybe getting ISP attention for hosting on a residential network. But really obscuring home IP address would work.

    Dirt simplest solution is caddy on the same jellyfin server and port forward 443 and 80 on your router to that host. Hopefully letsencrypt will work without a domain but I’m not sure.


  • sudo@programming.devtoSelfhosted@lemmy.worldPlex has paywalled my server!
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    3 months ago

    But I ran into challenges getting my server safely accessible for users outside my LAN

    FWIW:

    1. vps + domain (optional?)
    2. connect vps to home server with wireguard (eg Tailscale)
    3. reverse proxy on the VPS forwarding to jellyfin (eg Caddy)

    Obviously not as trivial or seamless as Plex. Also I wouldn’t try to complicate this setup by using docker for everything. But once its up you can basically host whatever you want on the WAN from your LAN.