在Ubuntu上實現Jellyfin遠程訪問,可參考以下步驟:
sudo apt update
、sudo apt install apt-transport-https ca-certificates gnupg curl -y
、curl -fsSL https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/jellyfin.gpg
、echo "deb [arch $(dpkg --print-architecture) signed-by=/etc/apt/keyrings/jellyfin.gpg] https://repo.jellyfin.org/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
、sudo apt update
、sudo apt install jellyfin -y
。server
塊,設置監聽端口、域名、SSL證書路徑等,將請求轉發到http://localhost:8096
。https://your_server_ip:8096
)從遠程設備訪問。