Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 5.11 KB

README.md

File metadata and controls

77 lines (62 loc) · 5.11 KB

GitHub Release

Requeriments

  • Service docker running
Architecture Available
x86-64
amd64
aarch64
arm64v8
arm64v9
x86
armhf
armv7

Compatible with NAS that have the ability to run docker containers

Hardware Available
Synology
QNAP
Asustor

Install Docker (Ubuntu, Debian, Armbian, DietPi...)

sudo apt update && sudo apt install git vim wget curl net-tools ca-certificates gnupg -y
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

sudo apt update && sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
sudo usermod -aG docker $USER
sudo reboot

Clone repo

git clone https://github.com/azagramac/jellyfin-docker.git
cd jellyfin-docker

Running

docker compose up -d

Output

$ docker compose up -d
[+] Running 9/9
 ✔ jellyfin Pulled                                                                                                                                                                                                                             23.2s 
   ✔ 6d29a096dd42 Pull complete                                                                                                                                                                                                                  4.5s 
   ✔ ac69bd919a82 Pull complete                                                                                                                                                                                                                  5.2s 
   ✔ 2a534069771d Pull complete                                                                                                                                                                                                                  5.7s 
   ✔ 4f4fb700ef54 Pull complete                                                                                                                                                                                                                  5.9s 
   ✔ df1c06f9ce74 Pull complete                                                                                                                                                                                                                 10.6s 
   ✔ f9ec95325cc7 Pull complete                                                                                                                                                                                                                 10.9s 
   ✔ f71b44280505 Pull complete                                                                                                                                                                                                                 21.8s 
   ✔ 8ce81773582a Pull complete                                                                                                                                                                                                                 44.0s 
[+] Running 2/2
 ✔ Network jellyfin_default  Created                                                                                                                                                                                                            0.4s 
 ✔ Container jellyfin        Started

Check

docker ps -a

Output

$ docker ps -a
CONTAINER ID   IMAGE                         COMMAND                CREATED       STATUS                    PORTS                  NAMES
3cb4d0ec5b2c   jellyfin/jellyfin:latest     "/jellyfin/jelly…"    7 days ago    Up 18 hours (healthy)                              jellyfin

Download App