From 10cc686f5430fabe716d5d348af53db1770529f2 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sat, 11 Jul 2026 16:41:03 +0200 Subject: [PATCH] vault backup: 2026-07-11 16:41:03 --- .obsidian/workspace.json | 22 +++++++++++++++---- Geschäft/Etiketten/Drucken/01 - Drucken.md | 9 +------- .../Drucken/03 - Gedruckt & Geschnitten.md | 8 ++++++- HomeLab/Rose/PostgreSQL.md | 5 +++++ 4 files changed, 31 insertions(+), 13 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5fe2583..5f7f34e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -110,9 +110,23 @@ "icon": "lucide-file", "title": "VPN" } + }, + { + "id": "2cdc8f934c115c9d", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "HomeLab/Rose/PostgreSQL.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "PostgreSQL" + } } ], - "currentTab": 1 + "currentTab": 7 } ], "direction": "vertical" @@ -304,11 +318,12 @@ "obsidian-git:Open Git source control": false } }, - "active": "cf7a85fbfb750354", + "active": "2cdc8f934c115c9d", "lastOpenFiles": [ + "HomeLab/VPS/VPN.md", "Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md", "Geschäft/Etiketten/Drucken/01 - Drucken.md", - "HomeLab/VPS/VPN.md", + "Programmieren/Spicy Storage/01 - ToDo's - Verbesserungen.md", "Geschäft/IT/Online Shop/Shopware 6/Dockware.md", "ToDo's/ToDo's.md", "Geschäft/Gewürze/Kunden/Stoll/Etiketten Farben.md", @@ -331,7 +346,6 @@ "Programmieren/Spicy Storage/Temp/production.md", "Programmieren/Spicy Storage/Temp/entry.md", "Programmieren/Spicy Storage/00 - Allgemein.md", - "Programmieren/Spicy Storage/01 - ToDo's - Verbesserungen.md", "Geschäft/Gewürze/Kunden/Brand Equalizer", "Geschäft/Gewürze/Kunden/Stoll", "Untitled.base", diff --git a/Geschäft/Etiketten/Drucken/01 - Drucken.md b/Geschäft/Etiketten/Drucken/01 - Drucken.md index d2809d2..d29e08e 100644 --- a/Geschäft/Etiketten/Drucken/01 - Drucken.md +++ b/Geschäft/Etiketten/Drucken/01 - Drucken.md @@ -1,21 +1,14 @@ ## Geschmackswelten: - [ ] ? x Tee -- [x] 400 x Käfer Rindergulasch S. 1 ✅ 2026-07-10 + - [ ] 600? x Käfer Doppelte Kraftbrühe S. 3 --- ## Gewürze: -- [x] 500 x Purami Mystery Blend Front S. 11 ✅ 2026-07-10 -- [x] 500 x Purami Mystery Blend Rück S. 12 ✅ 2026-07-10 -- [x] 11 x Purami Daily Blend Front S. 1 ✅ 2026-07-10 -- [x] 12 x Purami Daily Blend Front S. 2 ✅ 2026-07-10 - -- [x] 6 x Purami Daily Blend Front S. 7 ✅ 2026-07-10 -- [x] 5 x Purami Daily Blend Front S. 8 ✅ 2026-07-10 --- ## Hotel: diff --git a/Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md b/Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md index 24f8959..24f980b 100644 --- a/Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md +++ b/Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md @@ -14,7 +14,13 @@ --- --- - +- [x] 500 x Purami Mystery Blend Front S. 11 ✅ 2026-07-10 +- [x] 500 x Purami Mystery Blend Rück S. 12 ✅ 2026-07-10 +- [x] 11 x Purami Daily Blend Front S. 1 ✅ 2026-07-10 +- [x] 12 x Purami Daily Blend Front S. 2 ✅ 2026-07-10 +- [x] 6 x Purami Daily Blend Front S. 7 ✅ 2026-07-10 +- [x] 5 x Purami Daily Blend Front S. 8 ✅ 2026-07-10 +- [x] 400 x Käfer Rindergulasch S. 1 ✅ 2026-07-10 --- - [x] 8 x Pfefferkontor Indischer Curry S. 2 ✅ 2026-07-08 - [x] 9 x Pfefferkontor Balkan Pfeffer Rot S. 40 ✅ 2026-07-08 diff --git a/HomeLab/Rose/PostgreSQL.md b/HomeLab/Rose/PostgreSQL.md index 4ca1e44..4fd0250 100644 --- a/HomeLab/Rose/PostgreSQL.md +++ b/HomeLab/Rose/PostgreSQL.md @@ -4,8 +4,13 @@ im Ordner ``PostgreSQL/16/data`` in die Datei ``pg_hba.conf`` einfügen, folgend ``` host all all IP/MASK scram-sha-256 + +# Wireguard VPN +host all all 10.7.0.1/24 scram-sha-256 + ``` --- +## VPN (Wireguard)