We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23f94 commit 28d8cbbCopy full SHA for 28d8cbb
1 file changed
README.md
@@ -16,16 +16,6 @@ S3-compatible file server that syncs to a git repository. Works with Obsidian's
16
- Single static binary (~6 MB), no runtime dependencies
17
- Built-in [go-git](https://github.com/go-git/go-git) — no system `git` required
18
19
-## Architecture
20
-
21
-```mermaid
22
-graph LR
23
- A[iPhone<br>Obsidian + Remotely Save] --> C[Cloudflare<br>HTTPS]
24
- B[MacBook<br>Obsidian + Remotely Save] --> C
25
- C --> D[VPS<br>git3 server]
26
- D --> E[GitHub / GitLab]
27
-```
28
29
## Quick start
30
31
### Option A: Docker Compose (recommended)
0 commit comments