style: fix formatting in workspace-sync HOOK.md
This commit is contained in:
parent
f79e2204e7
commit
388db68a63
@ -24,20 +24,20 @@ Enable in `~/.clawdbot/moltbot.json`:
|
|||||||
{
|
{
|
||||||
workspace: {
|
workspace: {
|
||||||
sync: {
|
sync: {
|
||||||
provider: "dropbox", // dropbox | gdrive | onedrive | s3 | custom
|
provider: "dropbox", // dropbox | gdrive | onedrive | s3 | custom
|
||||||
remotePath: "moltbot-share", // folder in cloud storage
|
remotePath: "moltbot-share", // folder in cloud storage
|
||||||
localPath: "shared", // subfolder in workspace
|
localPath: "shared", // subfolder in workspace
|
||||||
onSessionStart: true, // sync when session starts
|
onSessionStart: true, // sync when session starts
|
||||||
onSessionEnd: false // sync when session ends
|
onSessionEnd: false, // sync when session ends
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
hooks: {
|
hooks: {
|
||||||
internal: {
|
internal: {
|
||||||
entries: {
|
entries: {
|
||||||
"workspace-sync": { enabled: true }
|
"workspace-sync": { enabled: true },
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -55,6 +55,7 @@ moltbot workspace setup
|
|||||||
```
|
```
|
||||||
|
|
||||||
The wizard will:
|
The wizard will:
|
||||||
|
|
||||||
1. Install rclone (if needed)
|
1. Install rclone (if needed)
|
||||||
2. Guide you through provider selection
|
2. Guide you through provider selection
|
||||||
3. Handle OAuth authorization
|
3. Handle OAuth authorization
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user