diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 45716f3..4b6ceb2 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -82,9 +82,23 @@ "icon": "lucide-file", "title": "Dockware" } + }, + { + "id": "cf9ca06cbd1bfdcb", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "HomeLab/VPS/MeTube.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "MeTube" + } } ], - "currentTab": 1 + "currentTab": 5 } ], "direction": "vertical" @@ -276,10 +290,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "cf7a85fbfb750354", + "active": "cf9ca06cbd1bfdcb", "lastOpenFiles": [ - "Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md", "Geschäft/Etiketten/Drucken/01 - Drucken.md", + "Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md", "ToDo's/ToDo's.md", "Geschäft/IT/Online Shop/Shopware 6/Dockware.md", "HomeLab/VPS/MeTube.md", diff --git a/HomeLab/VPS/MeTube.md b/HomeLab/VPS/MeTube.md index 15c4a53..87c2a0c 100644 --- a/HomeLab/VPS/MeTube.md +++ b/HomeLab/VPS/MeTube.md @@ -9,3 +9,19 @@ Wen über GitHub neue Version als Zip runterladen, entpacken, auf Server kopieren und Installationsanleitung befolgen + + +--- + +``` shell +cd metube/ui +# install Angular and build the UI +npm install +node_modules/.bin/ng build +# install python dependencies +cd .. +curl -LsSf https://astral.sh/uv/install.sh | sh +uv sync +# run +uv run python3 app/main.py +```