diff --git a/documentation/docs/install/unraid.md b/documentation/docs/install/unraid.md index 313ec03..cb84455 100644 --- a/documentation/docs/install/unraid.md +++ b/documentation/docs/install/unraid.md @@ -13,19 +13,17 @@ It is recommended to install applications in this order. - To find the Database Application, search for `PostGIS` on the Unraid App Store and fill out the fields as follows: - Ensure that the POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB are set in the PostGIS container if not add them custom variables -![/static/img/unraid-config-2.png](/static/img/unraid-config-2.png) +![/static/img/unraid-config-2.png](/unraid-config-2.png) ## Backend - Cache Configuration: This option is useful only if your appdata share is stored on a cache drive, which is used to speed up read/write operations for your containerized applications. - Note: if your running the server in a docker network that is other than "host" (for example "bridge") than you need to add the IP of the host machine in the CSRF Trusted Origins variable. -![/static/img/unraid-config-1.png](/static/img/unraid-config-1.png) +![/static/img/unraid-config-1.png](/unraid-config-1.png) ## Frontend - By default, the frontend connects to the backend using `http://server:8000`. This will work if both the frontend and backend are on the same network. Otherwise, you’ll need to configure it to use the exposed port (default: 8016). -![/static/img/unraid-config-3.png](/static/img/unraid-config-3.png) - - +![/static/img/unraid-config-3.png](/unraid-config-3.png) diff --git a/documentation/public/unraid-config-1.png b/documentation/public/unraid-config-1.png new file mode 100644 index 0000000..36df25c Binary files /dev/null and b/documentation/public/unraid-config-1.png differ diff --git a/documentation/static/img/unraid-config-2.png b/documentation/public/unraid-config-2.png similarity index 100% rename from documentation/static/img/unraid-config-2.png rename to documentation/public/unraid-config-2.png diff --git a/documentation/public/unraid-config-3.png b/documentation/public/unraid-config-3.png new file mode 100644 index 0000000..6a0e49b Binary files /dev/null and b/documentation/public/unraid-config-3.png differ diff --git a/documentation/static/img/unraid-config-1.png b/documentation/static/img/unraid-config-1.png deleted file mode 100644 index bf4f50b..0000000 Binary files a/documentation/static/img/unraid-config-1.png and /dev/null differ diff --git a/documentation/static/img/unraid-config-3.png b/documentation/static/img/unraid-config-3.png deleted file mode 100644 index dd483a9..0000000 Binary files a/documentation/static/img/unraid-config-3.png and /dev/null differ