From 47763685012f8ea42986529f5cbb8bb5b56af6b1 Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Sun, 1 May 2022 12:51:20 -0500 Subject: [PATCH 1/2] Update docker-build.yml --- .github/workflows/docker-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 7a96afe0..8b678324 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: From 4d9525099048b114f016767044abeb56111d14a5 Mon Sep 17 00:00:00 2001 From: BeastleeUK <18753419+BeastleeUK@users.noreply.github.com> Date: Sun, 1 May 2022 19:44:30 +0100 Subject: [PATCH 2/2] Temp Fix for Unknown Error in App with Traefik --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 16d68472..40cc8d81 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