[GH-ISSUE #3673] [FEAT]: Make "appearance customization" configurable via ENV VARs #2369

Closed
opened 2026-02-22 18:29:23 -05:00 by yindo · 1 comment
Owner

Originally created by @andrewrreed on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3673

What would you like to see?

It would be great to programmatically set up the "custom appearance" settings like logo, app name, messages, tab title, etc. with an "ahead of time" configuration for docker deployments.

Please let me know if this is already possible, but I didn't see any options in the example .env file

Originally created by @andrewrreed on GitHub (Apr 18, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3673 ### What would you like to see? It would be great to programmatically set up the "custom appearance" settings like logo, app name, messages, tab title, etc. with an "ahead of time" configuration for docker deployments. Please let me know if this is already possible, but I didn't see any options in the example .env file
yindo added the enhancementfeature request labels 2026-02-22 18:29:23 -05:00
yindo closed this issue 2026-02-22 18:29:23 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 18, 2025):

This is not possible, some customizations are stored in the system_settings table (site title, logo, etc), while some are even localStorage for the client-side UI (eg: language pref).

This can be done by adding the corresponding values in the setting table directly on set up, but there is no direct backend API for this. However these are not controlled via ENVs

@timothycarambat commented on GitHub (Apr 18, 2025): This is not possible, some customizations are stored in the `system_settings` table (site title, logo, etc), while some are even `localStorage` for the client-side UI (eg: language pref). This can be done by adding the corresponding values in the setting table directly on set up, but there is no direct backend API for this. However these are not controlled via ENVs
yindo changed title from [FEAT]: Make "appearance customization" configurable via ENV VARs to [GH-ISSUE #3673] [FEAT]: Make "appearance customization" configurable via ENV VARs 2026-06-05 14:46:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2369