SDS Origin Guide hinzugefügt

This commit is contained in:
Hermes (Server)
2026-07-26 17:33:47 +02:00
parent 0ba68922a6
commit 26cc1e86b0
34 changed files with 2031 additions and 203 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"githubToken": "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",
"githubUsername": "EinsamerWolfDH",
"repoName": "obsidian-hermes",
"autoSync": true,
"syncIntervalMs": 3000,
"excludePatterns": [
".obsidian/workspace",
".obsidian/workspace.json",
".obsidian/plugins/*/data.json"
],
"lastSyncTime": 1784804279229,
"commitMessageTemplate": "sync: {{datetime}}"
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "git-obsi-sync",
"name": "Git Sync",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Sync your vault across all devices using your own GitHub account. Free forever.",
"author": "Livan Kumar",
"authorUrl": "https://github.com/livan116",
"fundingUrl": "",
"isDesktopOnly": false
}