vault backup: 2025-12-15 17:32:32
This commit is contained in:
Vendored
+17
-3
@@ -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",
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user