diff --git a/manage/access-control/rules.mdx b/manage/access-control/rules.mdx index 51d932f..2f7a417 100644 --- a/manage/access-control/rules.mdx +++ b/manage/access-control/rules.mdx @@ -109,7 +109,7 @@ This table compiles paths that need to be allowed for various apps to work with | **Media Servers** | | | Jellyfin (iOS) | `/system/info/public` | | Jellyfin (Roku) | `/System/Info/Public`
`/Users/AuthenticateByName`
`/Users/Public`
`/QuickConnect/Initiate`
`/QuickConnect/Connect`
`/Users/AuthenticateWithQuickConnect` | -| Audiobookshelf (Android) | `/api/*`
`/login*`
`/s/*`
`/ping*`
`/feed/*`
`/socket*`
`/status` | +| Audiobookshelf | Audiobookshelf also supports `/audiobookshelf` by default. Each rule should also be applied to this path.
`/api/*`
`/login`
`/auth/*`
`/feed/*`
`/socket.io/`
`/status`
`/logout`
`/ping`
`/public/*`
The following is needed for public shares and is optional for clients:
`/share/*`
`/_nuxt/*.js`
`/_nuxt/fonts/*` | | **Management & Monitoring** | | | Tautulli | `/api/*` | | Harbour | `/api/*` |