Compare commits

...

2 Commits

Author SHA1 Message Date
18f6b004b4 Merge remote-tracking branch 'origin/main' 2025-12-07 23:24:08 +01:00
78bb759e4e vault backup: 2025-12-07 23:24:07 2025-12-07 23:24:07 +01:00

View File

@ -36,7 +36,7 @@ Journal --> anything
- 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:
- PC Client: onfigure `~/.ssh/config` and add:
- ```
Host ziffeldogip.de
User git
@ -44,6 +44,7 @@ Journal --> anything
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
```
- Phone Client: Termux git clone http link, then set git user/email in Termux, set name and email in Git Plugin in Obsidian, try git sync and enter user credentials once
- Open the Git-Plugin settings to local git config
- configure user.name
- configure user.email