vault backup: 2025-02-03 07:04:13

This commit is contained in:
2025-02-03 07:04:14 +01:00
parent e158386068
commit 7909836706
2019 changed files with 59 additions and 26816 deletions

View File

@@ -1,19 +0,0 @@
---
title: Jellyfin Installation
created_date: 2024-12-02
updated_date: 2024-12-02
aliases:
tags:
---
# Jellyfin Installation
## Install Script for Scheduled Task
```bash
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/config:/config \
-v /volume1/docker/jellyfin/cache:/cache \
-v /volume1/video:/media \
--user 1026:100 \
--net=host \
--restart always \
jellyfin/jellyfin
```