Tools
NEXTCLOUD
OpenClaw Nextcloud sync and calendar plugin
README
# NEXTCLOUD
Deterministic OpenClaw plugin for Nextcloud file synchronization and calendar
access. It replaces the separate CALENDAR plugin for Nextcloud accounts.
Commands:
```text
/nextcloud
/nextcloud sync
/nextcloud sync 2
/nextcloud calendar
```
Enter this to trigger the calendar webhook from inside a container:
```bash
curl -sS -X POST -H "Authorization: Bearer ${OPENCLAW_GATEWAY_TOKEN}" "http://127.0.0.1:${OPENCLAW_GATEWAY_PORT:-18789}/plugins/nextcloud/run"
```
Configuration is kept in one repeatable `env.example` group. Each
`NEXTCLOUD_SYNC_FOLDERS` value is CSV; every entry maps
`REMOTE_PATH|LOCAL_PATH`. Account 2 uses `_02`, account 3 uses `_03`, and so
on. `NEXTCLOUD_TIMER=0` disables its automatic systemd timer while manual sync
remains available.
Release artifacts:
```text
nextcloud-fedora64-plugin-latest.zip
nextcloud-debian64-plugin-latest.zip
```
tools
Comments
Sign in to leave a comment