diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 7a96afe0d..8b6783244 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -13,8 +13,6 @@ on: - server/** - index.js - package.json - release: - types: [published, edited] # Allows you to run workflow manually from Actions tab workflow_dispatch: diff --git a/readme.md b/readme.md index 16d684724..40cc8d819 100644 --- a/readme.md +++ b/readme.md @@ -221,6 +221,17 @@ For this to work you must enable at least the following mods using `a2enmod`: [from @silentArtifact](https://github.com/advplyr/audiobookshelf/issues/241#issuecomment-1036732329) +### [Traefik Reverse Proxy](https://doc.traefik.io/traefik/) + +Middleware relating to CORS will cause the app to report Unknown Error when logging in. To prevent this don't apply any of the following headers to the router for this site: + + + +From [@Dondochaka](https://discord.com/channels/942908292873723984/942914154254176257/945074590374318170) and [@BeastleeUK](https://discord.com/channels/942908292873723984/942914154254176257/970366039294611506)
# Run from source