Skip to main content

Traefik

info
  • Please join the Discord server before reporting an issue with your reverse proxy setup on GitHub.
  • Audiobookshelf requires a websocket connection.
  • Using a subfolder is supported with no additional changes but the path must be /audiobookshelf (this is not changeable). See discussion
  • Why do I need to set up my own remote access?

See the Traefik documentation.

warning

Middleware relating to CORS will cause the app to report Unknown Error when logging in.
Do not apply any of the following headers to the router for this site:

  • accessControlAllowMethods
  • accessControlAllowOriginList
  • accessControlMaxAge

From @Dondochaka and @BeastleeUK