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

[ENH] - Option to set a custom name for an app #475

Open
pmeier opened this issue Sep 5, 2024 · 0 comments
Open

[ENH] - Option to set a custom name for an app #475

pmeier opened this issue Sep 5, 2024 · 0 comments

Comments

@pmeier
Copy link
Member

pmeier commented Sep 5, 2024

Feature description

Add an option to set a custom name for a deployed app instead of assigning it a random ID. If the name is already used by a different app, the form should display an error.

Value and/or benefit

  1. Apps that are deployed (semi-)permanently could have a human digestible and memorable URL.
  2. Apps that need to know the path prefix before they are deployed, e.g. FastAPI, can be deployed in a single step. Right now, the only way to do this is to deploy once, which will fail as expected. At that point the prefix is known and we can restart the app and supplying the prefix.

Anything else?

Talked with @aktech about this offline.

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

No branches or pull requests

1 participant