You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-07-11-truenas-docker-pro.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,59 @@ volumes:
353
353
354
354
This makes `/ix-apps` accessible from inside Code Server, so you can quickly edit metadata, YAML, or other settings.
355
355
356
+
## Bonus: Embed Icons with Base64 (No Internet Needed)
357
+
358
+
If you're customizing app metadata on **TrueNAS SCALE**, you can embed an image **directly** using a Base64-encoded **Data URL**. This is perfect if you don’t want your system to rely on the internet just to load icons.
359
+
360
+
> *This method was originally shared in this excellent TrueNAS forum thread: [How to change icon of custom app](https://forums.truenas.com/t/how-to-change-icon-of-custom-app/24789/25?page=2)*
361
+
{: .prompt-info }
362
+
363
+
---
364
+
365
+
### Option 1: Encode via Command Line (JPEG Example)
0 commit comments