obsidian-vault/CS/Obsidian vault.md

23 lines
701 B
Markdown

---
aliases:
language: English
created: 2025-07-20
summary: Vault organization and infrastructure setup
tags:
- domain_cs
---
## Vault sync
#setup
- Prerequisite: Git server
- Create access token for user in git
- In Gitea: Settings --> Applications --> Generate access token
- 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
- Open the Git-Plugin settings to local git config
- configure user.name
- configure user.email
- Check if the "pull on startup" option is checked
- Check if auto "commit-and-sync" timer is set
- Check commands like "commit-and-sync" or "pull"