Git/Gitea Remotes?
Would it be possible to sync to selfhosted git remotes behind tailnet?
Markdown notes synced with Git
A native iOS & iPadOS app that turns any GitHub repository into a synced markdown vault.
Sync.md clones GitHub repos directly to your iPhone or iPad using libgit2, giving you a real .git directory on the device filesystem. Edit markdown files with any app — Obsidian, ia Writer, or the built-in Files app — then pull and push changes back to GitHub.
External apps can trigger sync operations:
syncmd://x-callback-url/<action>?repo=<folder-name>&x-success=<url>&x-error=<url>| Action | Description |
|---|---|
| pull | Fetch and fast-forward |
| push | Stage all, commit, and push |
| sync | Pull then push |
| status | Return branch, SHA, and change count |
Would it be possible to sync to selfhosted git remotes behind tailnet?