{"id":28187913,"url":"https://github.com/artemventvent/obsidiansync","last_synced_at":"2026-05-03T10:32:24.287Z","repository":{"id":285153923,"uuid":"923736820","full_name":"artemventvent/ObsidianSync","owner":"artemventvent","description":"A simple bash script to sync your Obsidian vault with a GitHub repository.","archived":false,"fork":false,"pushed_at":"2025-04-07T15:59:34.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T14:50:51.412Z","etag":null,"topics":["bash-script","git","obsidian"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artemventvent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-28T18:52:10.000Z","updated_at":"2025-04-07T15:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"c53dc583-10d2-4915-a70a-63eace05f039","html_url":"https://github.com/artemventvent/ObsidianSync","commit_stats":null,"previous_names":["artemventvent/obsidiansync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artemventvent/ObsidianSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemventvent%2FObsidianSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemventvent%2FObsidianSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemventvent%2FObsidianSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemventvent%2FObsidianSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemventvent","download_url":"https://codeload.github.com/artemventvent/ObsidianSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemventvent%2FObsidianSync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-script","git","obsidian"],"created_at":"2025-05-16T08:11:00.249Z","updated_at":"2026-05-03T10:32:24.271Z","avatar_url":"https://github.com/artemventvent.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Sync\n\n![Bash](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white)\n![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n![Obsidian](https://img.shields.io/badge/Obsidian-%23483699.svg?style=for-the-badge\u0026logo=obsidian\u0026logoColor=white)\n\n**A simple bash script to sync your Obsidian vault with a GitHub repository.**\n\n## 🔑 SSH Setup\n\n1. Generate key:  \n    `ssh-keygen -t ed25519 -C \"github_email@example.com\"`\n    \n2. Add to GitHub:\n    \n- Copy key: `cat ~/.ssh/id_ed25519.pub`\n\t\n- Paste here: [https://github.com/settings/ssh/new](https://github.com/settings/ssh/new)\n    \n3. In config use:  \n    `REMOTE_REPO=\"git@github.com:user/repo.git\"`\n    \n\n## 🚀 Installation\n```bash\ngit clone https://github.com/artemventvent/ObsidianSync.git\ncd ObsidianSync\nsudo make install\n```\n## ⚙️ Config (~/.config/obsync/config)\n**Edit ~/.config/obsync/config**\n```\nOBSIDIAN_DIR=\"$HOME/ObsidianVault\"\nREPO_DIR=\"$HOME/GitHub/ObsidianSync\"\nREMOTE_REPO=\"git@github.com:yourname/repo.git\"\nBRANCH=\"main\"\n\nEXCLUDE_PATTERNS=(\n    \".obsidian/\"\n    \".trash/\"\n    \".git/\"\n    \"*.tmp\"\n)\n```\n## 🔄Usage\n\n**Basic**:\n```bash\nobsync -u  # Upload\nobsync -d  # Download\n```\n\n**Options**:\n```bash\n-u, --upload        Push to GitHub\n-d, --download   Pull from GitHub\n-c, --config         Custom config\n-v, --verbose      Detailed output\n-h, --help            Show help\n--version             Display version\n```\t\n\n## 📄Requirements\n\n- Bash 4.0+\n- Git\n- rsync\n- GNU Make\n## 🗑️ Uninstall\n\n```bash\nsudo make uninstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemventvent%2Fobsidiansync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemventvent%2Fobsidiansync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemventvent%2Fobsidiansync/lists"}