Fix GIPHY Unraid path target
build-push / docker (push) Successful in 4m22s

This commit is contained in:
GHStaK
2026-03-24 17:05:19 +09:00
parent f5ceb872e0
commit 73d820ddaa
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -268,6 +268,16 @@
- backend debug broadcasts
## Recent Change Log
- Date: `2026-03-24`
- What changed:
- Corrected the Unraid template GIPHY download path mapping from `/downloads/giphy` to `/app/downloads/giphy` so it matches the backend default download directory layout.
- Why it changed:
- The previous template target path dropped the `/app` prefix and did not match the applications runtime default for `GIPHY_DOWNLOAD_DIR`.
- How it was verified:
- static review of `unraid-template.xml`
- What is still risky or incomplete:
- Existing Unraid installs that already created the older path mapping may need their template field refreshed or reapplied to align with the corrected container path.
- Date: `2026-03-24`
- What changed:
- Removed the large GIPHY image-mode info box entirely and replaced it with a minimal inline prompt bar plus `Powered by GIPHY` label.