Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
3
Comments
144
Joined
11 mo. ago

  • Yes the built in browser sandboxes the website code, but the nodejs part has full freedom to encrypt your stuff and ask for bitcoin ransoms or ai scrape your browser history for better user profiling. YMMV

  • Caddy

    It’s three lines of configuration

     
        
    jellyfin.example.com {
      reverse_proxy http://localhost:8083/
    }
    
      

    Automatic https with let’sencrypt, simplicity of a single binary, downgrade is as simple as replace binary & restart service.