Simplify GIPHY Unraid download config
build-push / docker (push) Successful in 4m55s

This commit is contained in:
GHStaK
2026-03-24 16:18:03 +09:00
parent 932f08642c
commit 1fb9919ec3
2 changed files with 10 additions and 1 deletions
+10
View File
@@ -268,6 +268,16 @@
- backend debug broadcasts
## Recent Change Log
- Date: `2026-03-24`
- What changed:
- Removed the redundant `GIPHY Download Dir` variable field from the Unraid template and kept the dedicated `GIPHY Downloads` path mapping as the single user-facing download-path control.
- Why it changed:
- The earlier template exposed both a path mapping and a matching container-path variable for the same GIPHY download location, which was unnecessarily confusing in Unraid.
- How it was verified:
- static review of `unraid-template.xml`
- What is still risky or incomplete:
- The application still supports `GIPHY_DOWNLOAD_DIR` as an environment variable, but the Unraid template now intentionally relies on the path mapping plus the backend default container path to reduce duplicated inputs.
- Date: `2026-03-24`
- What changed:
- Replaced the earlier frontend-only image prototype with an integrated GIPHY image/GIF search flow.