[GH-ISSUE #110] Enable live editing of .env while process is running + update README for SQLlite noDB issue #76

Closed
opened 2026-02-22 18:17:47 -05:00 by yindo · 0 comments
Owner

Originally created by @timothycarambat on GitHub (Jun 26, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/110

Originally assigned to: @timothycarambat on GitHub.

There are a number of issues around the SQLite file not being found because of the users system permissions not allowing the creation of the file or the user simply not setting it up. We should add a README that addresses this + how to fix when the file is not existing in docker.

Secondly, related to the above point there are instances where the .env file above does not copy. This is difficult to trace as it again seems host-machine-related and unable to properly replicate. We should add a debug mode that enables the user to set the ENV at runtime since there is no reason why this cannot be done. It should include some sanity checks but nothing too comprehensive as it up to the user to determine is a setting is valid - like an API key.

Originally created by @timothycarambat on GitHub (Jun 26, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/110 Originally assigned to: @timothycarambat on GitHub. There are a number of issues around the `SQLite` file not being found because of the users system permissions not allowing the creation of the file or the user simply not setting it up. We should add a README that addresses this + how to fix when the file is not existing in docker. Secondly, related to the above point there are instances where the .env file above does not copy. This is difficult to trace as it again seems host-machine-related and unable to properly replicate. We should add a debug mode that enables the user to set the ENV at runtime since there is no reason why this cannot be done. It should include some sanity checks but nothing too comprehensive as it up to the user to determine is a setting is valid - like an API key.
yindo added the enhancement label 2026-02-22 18:17:47 -05:00
yindo closed this issue 2026-02-22 18:17:47 -05:00
yindo changed title from Enable live editing of .env while process is running + update README for SQLlite noDB issue to [GH-ISSUE #110] Enable live editing of .env while process is running + update README for SQLlite noDB issue 2026-06-05 14:33:21 -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#76