vault backup: 2025-12-07 23:03:04
This commit is contained in:
parent
fc1f88efbb
commit
e935c33dd5
21
.obsidian/workspace.json
vendored
21
.obsidian/workspace.json
vendored
@ -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",
|
||||
|
||||
@ -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://<access-token>@<server-ip>:<port>/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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user