vault backup: 2026-05-06 01:47:55

This commit is contained in:
2026-05-06 01:47:55 +02:00
parent 2195b10441
commit 20a3ac5f56
3 changed files with 52 additions and 12 deletions
+14 -9
View File
@@ -87,13 +87,18 @@
"id": "c93afdc60734e0e3", "id": "c93afdc60734e0e3",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {}, "state": {
"file": "HomeLab/Linux Befehle.md",
"mode": "source",
"source": false
},
"icon": "lucide-file", "icon": "lucide-file",
"title": "Neuer Tab" "title": "Linux Befehle"
} }
} }
] ],
"currentTab": 5
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -285,17 +290,19 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "b8fdfac8a5325326", "active": "c93afdc60734e0e3",
"lastOpenFiles": [ "lastOpenFiles": [
"Geschäft/Gewürze/Kunden/Rewe Loql/SQL Script.md", "HomeLab/Rose/n8n.md",
"HomeLab/Linux Befehle.md",
"HomeLab/Boot USB.md",
"ToDo's/ToDo's.md", "ToDo's/ToDo's.md",
"Geschäft/Gewürze/Kunden/Rewe Loql/SQL Script.md",
"HomeLab/VPS/VPN.md", "HomeLab/VPS/VPN.md",
"Geschäft/Gewürze/Kunden/Rewe Loql", "Geschäft/Gewürze/Kunden/Rewe Loql",
"Geschäft/Gewürze/Abfüllanlage - Grobe Maße.md", "Geschäft/Gewürze/Abfüllanlage - Grobe Maße.md",
"Geschäft/Gewürze/CDA.md", "Geschäft/Gewürze/CDA.md",
"Geschäft/IT/Postgres.md", "Geschäft/IT/Postgres.md",
"HomeLab/Rose/PostgreSQL.md", "HomeLab/Rose/PostgreSQL.md",
"HomeLab/Linux Befehle.md",
"Geschäft/Gewürze/Kunden/Rewe Loql/Loql 2026.04.017.md", "Geschäft/Gewürze/Kunden/Rewe Loql/Loql 2026.04.017.md",
"Geschäft/Etiketten/Drucken/01 - Drucken.md", "Geschäft/Etiketten/Drucken/01 - Drucken.md",
"Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md", "Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md",
@@ -313,8 +320,6 @@
"HomeLab/Rose/Obsidian & Gitea.md", "HomeLab/Rose/Obsidian & Gitea.md",
"HomeLab/Rose/Minecraft Server.md", "HomeLab/Rose/Minecraft Server.md",
"HomeLab/Rose/Kammeras für Shinobi.md", "HomeLab/Rose/Kammeras für Shinobi.md",
"HomeLab/Rose/CUPS - Linux share printer.md",
"HomeLab/VPS/Rust Desk.md",
"Untitled.base", "Untitled.base",
"Geschäft/Gewürze/Kunden/Fiona Horst", "Geschäft/Gewürze/Kunden/Fiona Horst",
"Geschäft/Gewürze/Kunden", "Geschäft/Gewürze/Kunden",
+18 -3
View File
@@ -23,7 +23,6 @@ chmod +x FILE
``` ```
--- ---
# Mount dir/drive to lxc # Mount dir/drive to lxc
Edit on host console Edit on host console
@@ -37,7 +36,6 @@ mp1: /wd/media,mp=/mnt/media
``` ```
--- ---
# User not available # User not available
``` ```
@@ -55,7 +53,25 @@ In Zeile von Benutzer hinten änderen
``` ```
--- ---
# USB mount
```
blkid | grep sde1 | grep UUID=
```
```
mount /dev/sde1 /home/tempUSB/
```
```
cp -a /home/tempUSB/. /wd/media/
```
```
```
---
# Proxmox # Proxmox
## Unbekanntes Passwort für LXC ## Unbekanntes Passwort für LXC
Auf Server Console ausführen: Auf Server Console ausführen:
@@ -64,7 +80,6 @@ pct enter CTID
``` ```
--- ---
# ZFS # ZFS
## Pool zuweisen ## Pool zuweisen
+20
View File
@@ -0,0 +1,20 @@
# Setup
export WEBHOOK_URL=https://n8n.lodner.dev/
export N8N_EDITOR_BASE_URL=https://n8n.lodner.dev/
export N8N_HOST=n8n.lodner.dev
export N8N_EDITOR_BASE_URL=https://n8n.lodner.dev/
export WEBHOOK_URL=https://xyz.example.com/
/opt/n8n.env
VUE_APP_URL_BASE_API=https://n8n.lodner.dev
gitea dump --database sqlite3 --skip-repository --skip-log --skip-custom-dir --skip-lfs-data --skip-attachment-data --skip-package-data --skip-index --file /var/lib/gitea/sqlite_db_dump.zip
su - gitea -c 'gitea --config dump --database sqlite3 --skip-repository --skip-log --skip-custom-dir --skip-lfs-data --skip-attachment-data --skip-package-data --skip-index --file /var/lib/gitea/sqlite_db_dump.zip'