vault backup: 2025-12-15 17:32:32

This commit is contained in:
2025-12-15 17:32:32 +01:00
parent ef2009d5ed
commit 6236f7f8e1
2 changed files with 33 additions and 3 deletions
+17 -3
View File
@@ -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",
+16
View File
@@ -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
```