emby和jellyfin媒體服務器安裝配置


emby和jellyfin媒體服務器安裝配置

Jellyfin

Ref:
https://jellyfin.org/downloads/

# Ubuntu
sudo apt install apt-transport-https
wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add -
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
sudo apt update
sudo apt install jellyfin
systemctl start jellyfin.service && systemctl status jellyfin.service 

# Centos
download pkg from https://repo.jellyfin.org/releases/server/centos/stable/
yum install https://repo.jellyfin.org/releases/server/centos/stable/server/jellyfin-server-10.7.7-1.el7.x86_64.rpm
systemctl status emby-server.service && systemctl status emby-server.service

Open a web browser to http://localhost:8096

Emby

Ref:
https://emby.media/linux-server.html
https://github.com/MediaBrowser/Emby.Releases/releases

# Ubuntu X64
dpkg -i https://github.com/MediaBrowser/Emby.Releases/releases/download/4.7.0.29/emby-server-deb_4.7.0.29_amd64.deb

Open a web browser to http://localhost:8096


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM