• 0 Posts
  • 46 Comments
Joined 2 months ago
cake
Cake day: July 3rd, 2024

help-circle
  • Hmm, have you made any changes to the firewall on the system hosting the Docker container?

    You might need to edit the firewall with a something like this:

    sudo ufw allow from 192.168.1.0/24 to any port 8096

    Are you using docker-compose to run the Jellyfin service? If so, you might need to add something like this to the docker-compose.yml file:

    network_mode: 'host'
    extra_hosts:
          - "host.docker.internal:host-gateway"
    

    I’m no expert at Docker or UFW, but these are part of my Jellyfin setup, which I’m running on Ubuntu LTS in a Docker container.








  • Agreed on the Ender 3’s needing some tinkering. My wife got me the Ender 3 V2 a couple of years ago for Christmas and I like it a lot, but I spend more time troubleshooting it than actually printing stuff.

    I like to tinker, but the Ender 3 V2 takes advantage of that fact.

    Any recommendations on part upgrades? I’ve upgraded the nozzle and the extruder on mine (the stock, plastic extruder cracked badly last year and I replaced it with a full metal one), but it is still very unreliable. Prints are always failing due to adhesion issues even if I use aftermarket adhesives like MagiGoo on the build plate.