diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index cb5fc2f..82ae589 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -34,8 +34,23 @@ "icon": "lucide-file", "title": "Kubernetes CAD" } + }, + { + "id": "abc073de1d221dd5", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "3 - Resources/Obsidian vault.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Obsidian vault" + } } - ] + ], + "currentTab": 2 } ], "direction": "vertical" @@ -184,10 +199,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "10304ba17952a599", + "active": "abc073de1d221dd5", "lastOpenFiles": [ - "3 - Resources/Obsidian vault.md", "6 - Journal/2025-12-07.md", + "3 - Resources/Obsidian vault.md", "5 - People/Jessica Boglowska.md", "Kubernetes CAD.md", "Menstruation.md", diff --git a/3 - Resources/Obsidian vault.md b/3 - Resources/Obsidian vault.md index d24f4ec..a149581 100644 --- a/3 - Resources/Obsidian vault.md +++ b/3 - Resources/Obsidian vault.md @@ -33,10 +33,17 @@ Journal --> anything ## Vault sync #setup - Prerequisite: Git server - - `sudo` - Create access token for user in git - In terminal `git clone https://@:/falsfour/thevault.git` (make sure to check if it is http or https) - Open the git repository in Obsidian +- Optionally, configure `~/.ssh/config` and add: + - ``` + Host ziffeldogip.de + User git + Port 30222 # CAREFUL HERE REALLY THE SSH PORT OF GITEA + IdentityFile ~/.ssh/id_rsa + IdentitiesOnly yes + ``` - Open the Git-Plugin settings to local git config - configure user.name - configure user.email