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

Setting/Variable for default deployment type #305

Closed
N3XPW opened this issue Oct 17, 2024 · 1 comment
Closed

Setting/Variable for default deployment type #305

N3XPW opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@N3XPW
Copy link

N3XPW commented Oct 17, 2024

Description

Add the ability to set a default deployment type for Verba through a configuration setting or environment variable. This feature would allow users to bypass the initial deployment type selection screen when accessing the Verba site, streamlining the user experience for frequent users or specific deployment scenarios.
Proposed implementation:
Introduce a new configuration option or environment variable, e.g., VERBA_DEFAULT_DEPLOYMENT_TYPE.
Allow users to set this variable to one of the available deployment types (e.g., "docker", "custom_local", etc.).
When the Verba site is accessed, if this variable is set, automatically use the specified deployment type without showing the selection screen.
Optionally, provide a way to override this setting for users who occasionally need to choose a different deployment type.

Additional context

This feature would be particularly useful for:
Development environments where the same deployment type is consistently used.
Production setups where a specific configuration is always required.
Improving workflow efficiency by reducing repetitive selections.
The ability to set a default deployment type would significantly enhance user experience, especially for users who consistently use the same deployment method.

@N3XPW N3XPW added the enhancement New feature or request label Oct 17, 2024
@thomashacker
Copy link
Collaborator

Great idea, thanks a lot! We'll add this 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants