feat: Added dynamic env variables injection to det PATHs and URLs#27
Merged
Conversation
sync main
…ic env variables in frontend
as: UPLOAD_PATH DATA_PATH chore(readme):updated gitops deploy guide
moddroid94
added a commit
that referenced
this pull request
Mar 23, 2026
* feat: Added dynamic env variables injection to det PATHs and URLs (#27) * fix(frontend):fix for docker mapping * fix(frontend): fixed entrypoint script * fix(frontend): frontend main app not loading new env var * fix(frontend): fixed variables replacement for static build * fix(frontend): fixed updating config.ts to allow for custom host * chore(backend): added env vars for backend folder bindings. as: UPLOAD_PATH DATA_PATH chore(readme):updated gitops deploy guide * Updated README * fix(CI): fixed possible recursive call in bump version action * feat(frontend): Updated Environment injection method to support dynamic env variables in frontend * feat: Added dynamic env variables injection to det PATHs and URLs * Downloads filename now uses model name instead UUID possible fix for #30 --------- Co-authored-by: moddroid94 <moddroid94@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Added dynamic env variables injection to det PATHs and URLs (web)
fix: #25