• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Can't connect remotely

     
    • 0 Vote(s) - 0 Average

    Can't connect remotely

    Duvel
    Offline

    Member

    Posts: 69
    Threads: 9
    Joined: 2023 Jul
    Reputation: 3
    Country:Belgium
    #15
    2024-05-01, 11:10 AM (This post was last modified: 2024-05-01, 11:16 AM by Duvel. Edited 3 times in total.)
    Nope.
    It just run in docker with no network defined on the container so its the default Bridge mode.

    It ran on server 192.168.2.4:8097 (changed the port because the 8096 is running the real LIVE jellyfin 10 8 13 ), and Authentik/Ldap runs on 192.168.2.10 and there's no firewall in between (no ufw or anything).

    Code:
    version: '3'
    services:
      jellyfin:
        image: jellyfin/jellyfin:unstable
        container_name: jellyfin_test
        ports:
          - 8097:8096
        user: 115:121
        restart: 'unless-stopped'
        environment:
          - JELLYFIN_CACHE_DIR=/var/cache/jellyfin
          - JELLYFIN_CONFIG_DIR=/etc/jellyfin
          - JELLYFIN_DATA_DIR=/var/lib/jellyfin
          - JELLYFIN_LOG_DIR=/var/log/jellyfin
          - TZ=Europe/Brussels
        volumes:
          - /opt/jellyfin_test/config:/etc/jellyfin
          - /opt/jellyfin_test/cache:/var/cache/jellyfin
          - /opt/jellyfin_test/lib:/var/lib/jellyfin
          - /var/log/jellyfin_test:/var/log/jellyfin
          - /media/plex/nanards:/media/plex/nanards
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Can't connect remotely - by creylon - 2024-03-11, 06:10 PM
    RE: Can't connect remotely - by TheDreadPirate - 2024-03-11, 06:36 PM
    RE: Can't connect remotely - by creylon - 2024-03-11, 08:32 PM
    RE: Can't connect remotely - by TheDreadPirate - 2024-03-11, 08:59 PM
    RE: Can't connect remotely - by creylon - 2024-03-12, 11:08 AM
    RE: Can't connect remotely - by TheDreadPirate - 2024-03-13, 01:41 AM
    RE: Can't connect remotely - by creylon - 2024-03-13, 08:30 AM
    RE: Can't connect remotely - by TheDreadPirate - 2024-03-13, 06:35 PM
    RE: Can't connect remotely - by creylon - 2024-03-24, 11:58 AM
    RE: Can't connect remotely - by TheDreadPirate - 2024-03-24, 09:26 PM
    RE: Can't connect remotely - by alair - 2024-04-16, 01:02 AM
    RE: Can't connect remotely - by TheDreadPirate - 2024-04-16, 04:21 PM
    RE: Can't connect remotely - by Duvel - 2024-04-30, 10:53 AM
    RE: Can't connect remotely - by TheDreadPirate - 2024-04-30, 01:41 PM
    RE: Can't connect remotely - by Duvel - 2024-05-01, 11:10 AM
    RE: Can't connect remotely - by Duvel - 2024-05-01, 12:16 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode