From 776c5074be2bee12b8b92cdc39168c92aad604c1 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 13 Mar 2022 01:28:48 +0000 Subject: [PATCH] Auto Publish new pages --- credits.md | 33 ++++++++++++++++++++------------- troubleshooting.md | 13 +++++++++++++ 2 files changed, 33 insertions(+), 13 deletions(-) diff --git a/credits.md b/credits.md index 7199d82..dc2127d 100644 --- a/credits.md +++ b/credits.md @@ -117,6 +117,13 @@ EVOTk + + + Ateroz +
+ Kenneth Church +
+ snyk-bot @@ -130,15 +137,15 @@
Kashif Sohail
- + + evroon
Erik Vroon
- - + UrekD @@ -173,15 +180,15 @@
Dan Gilbert
- + + rubenandre
RĂºben Silva
- - + Singebob @@ -216,15 +223,15 @@
FormatToday
- + + Compunctus
Iaroslav Dronskii
- - + b1thunt3r @@ -259,15 +266,15 @@
Shreya Roy
- + + XertDev
Xert
- - + icy-comet @@ -286,7 +293,7 @@ tazboyz16
- tazboyz16 + Tazboyz16
diff --git a/troubleshooting.md b/troubleshooting.md index 1dca6dc..b98ca4b 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -9,6 +9,7 @@ - [404 On Static Hosting](#404-on-static-hosting) - [Yarn Build or Run Error](#yarn-error) - [Auth Validation Error: "should be object"](#auth-validation-error-should-be-object) +- [App Not Starting After Update to 2.0.4](#app-not-starting-after-update-to-204) - [Keycloak Redirect Error](#keycloak-redirect-error) - [Docker Directory Error](#docker-directory) - [Config Not Updating](#config-not-updating) @@ -116,6 +117,18 @@ auth: --- +## App Not Starting After Update to 2.0.4 + +Version 2.0.4 introduced changes to how the config is read, and the app is build. If you were previously mounting `/public` as a volume, then this will over-write the build app, preventing it from starting. The solution is to just pass in the file(s) / sub-directories that you need. For example: + +```yaml +volumes: +- /srv/dashy/conf.yml:/app/public/conf.yml +- /srv/dashy/item-icons:/app/public/item-icons +``` + +--- + ## Keycloak Redirect Error Check the [browser's console output](#how-to-open-browser-console), if you've not set any headers, you will likely see a CORS error here, which would be the source of the issue.