docs: clarify host path mapping and volume configuration

This commit is contained in:
hermes
2026-04-23 14:04:37 +00:00
parent 553a1cf818
commit 59be8ea8ed
3 changed files with 33 additions and 24 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
# Obsidian Sync Configuration
# 1. Remote Vault Details
OBSIDIAN_VAULT_NAME=MyVault
OBSIDIAN_SYNC_PASSWORD=your_encryption_password_here
OBSIDIAN_DEVICE_NAME=Docker-Sync-Server
# 2. Local Filesystem Mapping
# IMPORTANT: Use an ABSOLUTE PATH here.
# This is where your notes will be stored on your actual computer/server.
# Example: /home/travis/my-obsidian-vault
VAULT_HOST_PATH=/path/to/your/local/vault
# 3. Authentication
# Leave blank if you prefer to run 'docker exec -it obsidian-sync-server ob login'
OBSIDIAN_SYNC_TOKEN=
# The path on the host where the vault will be mirrored
VAULT_HOST_PATH=./vault