Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime server-side configuration #189

Closed
enricoros opened this issue Nov 15, 2023 · 1 comment
Closed

Runtime server-side configuration #189

enricoros opened this issue Nov 15, 2023 · 1 comment
Labels
feature-enterprise Professional features for managed installations
Milestone

Comments

@enricoros
Copy link
Owner

Before, during the build phase big-AGI would check for env keys to inform the UI about the backend configuration at that point in time.

Now, there's a single roundtrip between the UI and the backend to re-assess dynamic support for features. This initial framework not only adds env-var validation, but also fixes all the issues experienced with Docker earlier (where the UI kept asking for the keys despite them being on server).

Needs to update docs too.

@enricoros enricoros added the feature-enterprise Professional features for managed installations label Nov 15, 2023
@enricoros enricoros self-assigned this Nov 16, 2023
@enricoros
Copy link
Owner Author

Done for now. In the future, we'll adopt mode of backend configuration within the backend, and reflect it in the frontend as well.

Next up shall be some backend-set Auth, which may not even impact the frontend.

@enricoros enricoros added this to the v1.5.0 milestone Nov 19, 2023
@enricoros enricoros mentioned this issue Nov 19, 2023
18 tasks
@enricoros enricoros removed their assignment Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-enterprise Professional features for managed installations
Projects
Status: To Promote
Development

No branches or pull requests

1 participant