From 1a7a6a883b8342e9b4acef38112e33e4a5b29345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20R=C3=B6thlisberger?=
<9606082+PatrickRoethlisberger@users.noreply.github.com>
Date: Mon, 31 Aug 2026 16:10:54 +0200
Subject: [PATCH] Update Nextcloud API paths
---
self-host/community-guides/rules.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/self-host/community-guides/rules.mdx b/self-host/community-guides/rules.mdx
index eef09dc..6b7c498 100644
--- a/self-host/community-guides/rules.mdx
+++ b/self-host/community-guides/rules.mdx
@@ -29,7 +29,7 @@ This table compiles paths that need to be allowed for various apps to work with
| Ente Auth | `*api*` |
| Vaultwarden/Bitwarden | `/api/*`
`/identity/*`
`/wl/*`
`/notifications/hub` required for websocket notifications enabled by default since v1.29.0 of Vaultwarden
`/icons/*` For proper loading of Favicons (Optional)
Always Deny - Path - `/admin/*` |
| **Cloud & Sync** | |
-| Nextcloud | `/` (Main interface)
`/index.php` (Core handler)
`/remote.php` (Remote access)
`/status.php` (Status checks)
`/ocs` (Collaboration Services API)
`/apps` (Applications)
`/remote.php/webdav` (WebDAV endpoint)
`/remote.php/dav` (CalDAV/CardDAV)
`/remote.php/caldav` (Calendar sync)
`/remote.php/carddav` (Contacts sync)
`/ocs/v1.php` (API endpoints)
`/ocs/v2.php` (API v2 endpoints)
`/login` (Authentication)
`/.well-known/*` (Service discovery)
`/.well-known/webfinger` (WebFinger protocol)
`/s/*` (Shared files/folders) |
+| Nextcloud | `/` (Main interface)
`/index.php/*` (Core handler)
`/remote.php` (Remote access)
`/status.php` (Status checks)
`/ocs` (Collaboration Services API)
`/apps/*` (Applications)
`/remote.php/webdav/*` (WebDAV endpoint)
`/remote.php/dav/*` (CalDAV/CardDAV)
`/remote.php/caldav/*` (Calendar sync)
`/remote.php/carddav/*` (Contacts sync)
`/ocs/v1.php/*` (API endpoints)
`/ocs/v2.php/*` (API v2 endpoints)
`/login` (Authentication)
`/.well-known/*` (Service discovery)
`/.well-known/webfinger` (WebFinger protocol)
`/s/*` (Shared files/folders)
`/heartbeat` (Session keep-alive)
`/ocs-provider/*` (OCS capability discovery)
`/ocm-provider/*` (Federated sharing discovery)
`/push/*` (notify_push real-time notifications) |
| Onlyoffice | `/cache/*`
`*/CommandService.ashx`
`*/converter/*`
`*/doc/*`
`*/downloadas/*`
`/downloadfile/*`
`*/fonts/*`
`/healthcheck`
`/methodology/*`
`*/plugins.json`
`*/sdkjs/*`
`*/sdkjs-plugins/*`
`*/themes.json`
`*/web-apps/*` |
| **Photo Management** | |
| Ente Photos | `*api*` |