From 36b10f65ddeb9941f3fb5fb19667b85172ce1845 Mon Sep 17 00:00:00 2001
From: jricica2 <91212324+jricica2@users.noreply.github.com>
Date: Tue, 21 Apr 2026 09:56:04 -0400
Subject: [PATCH] Add Docmost rules for path management
Added Docmost rules/paths to bypass auth
---
self-host/community-guides/rules.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/self-host/community-guides/rules.mdx b/self-host/community-guides/rules.mdx
index 7726e33..4cb0240 100644
--- a/self-host/community-guides/rules.mdx
+++ b/self-host/community-guides/rules.mdx
@@ -39,6 +39,7 @@ This table compiles paths that need to be allowed for various apps to work with
| **File Management** | |
| Filebrowser | `/static/*`
`/share/*`
`/api/public/dl/*`
`/api/public/share/*` |
| **Notes & Knowledge Management** | |
+| Docmost | `/share/*`
`/api/*`
`/assets/index*/*`
`/icons/favicons-*`
Always Deny - Path - `/login/*` (optional)
| Joplin Notes Server | `/api/*`
`/shares/*`
`/css/*`
`/images/*`
Always Deny - Path - `/login/*` (optional) |
| Erugo | `/api/*`
`/shares/*`
`/build/*`
`/get-logo` |
| Memos | `/api/*`
`/assets/*`
`/explore*`
`/memos.api.v1.*`
`/auth/callback*`
`/auth`
`/site.webmanifest`
`/logo.webp`
`/full-logo.webp`
`/android-chrome-192x192.png` |