vault backup: 2024-12-02 23:38:08

This commit is contained in:
2024-12-02 23:38:08 +01:00
parent 261ba78a53
commit 8679054de4
2 changed files with 27 additions and 6 deletions

View File

@@ -64,12 +64,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Templates/Book Template.md", "file": "2 Personal/Home Lab/NAS/Jellyfin Installation.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Book Template" "title": "Jellyfin Installation"
} }
} }
], ],
@@ -146,10 +146,10 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "Templates/Book Template.md" "file": "2 Personal/Home Lab/NAS/Jellyfin Installation.md"
}, },
"icon": "lucide-info", "icon": "lucide-info",
"title": "File properties for Book Template" "title": "File properties for Jellyfin Installation"
} }
}, },
{ {
@@ -398,12 +398,13 @@
}, },
"active": "bd52c0d5c7e968b2", "active": "bd52c0d5c7e968b2",
"lastOpenFiles": [ "lastOpenFiles": [
"Templates/Book Template.md",
"2 Personal/Home Lab/NAS/Jellyfin Installation.md",
"5 Media/0 Books/TestBook by Mr. Blue.md", "5 Media/0 Books/TestBook by Mr. Blue.md",
"5 Media/0 Books/null by null.md", "5 Media/0 Books/null by null.md",
"Temporary/Untitled 2.md", "Temporary/Untitled 2.md",
"5 Media/0 Books/ by .md", "5 Media/0 Books/ by .md",
"Temporary/Untitled 1.md", "Temporary/Untitled 1.md",
"Templates/Book Template.md",
"5 Media/0 Books/Surrounded by Idiots by Thomas Erikson.md", "5 Media/0 Books/Surrounded by Idiots by Thomas Erikson.md",
"5 Media/0 Books/ by .md", "5 Media/0 Books/ by .md",
"5 Media/0 Books/Surrounded by Idiots by Thomas Erikson.sync-conflict-20241025-131108-LIUMLEB.md", "5 Media/0 Books/Surrounded by Idiots by Thomas Erikson.sync-conflict-20241025-131108-LIUMLEB.md",
@@ -426,7 +427,6 @@
"99 Work/Interviews.md", "99 Work/Interviews.md",
"0 Journal/Meetings/Sensirion - 1.md", "0 Journal/Meetings/Sensirion - 1.md",
"0 Journal/0 Daily/2024-11-05.md", "0 Journal/0 Daily/2024-11-05.md",
"Temporary/Physiology of Scuba Diving.md",
"Dashboard Canvas.canvas", "Dashboard Canvas.canvas",
"Attachments/Pasted image 20241105160637.png", "Attachments/Pasted image 20241105160637.png",
"Attachments/Pasted image 20241105160145.png", "Attachments/Pasted image 20241105160145.png",

View File

@@ -0,0 +1,21 @@
---
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
```
Tq5xElHevUblw&*Y