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

[Feat]: --app-name across the app #5935

Closed
tobycm opened this issue Dec 30, 2022 · 7 comments
Closed

[Feat]: --app-name across the app #5935

tobycm opened this issue Dec 30, 2022 · 7 comments

Comments

@tobycm
Copy link
Contributor

tobycm commented Dec 30, 2022

What is your suggestion?

#5633 this but across the app and not just Login/Error page

Why do you want this feature?

Would be nice to customize "code-server" on the titlebar to something else of my choice

Are there any workarounds to get this functionality today?

I don't know

Are you interested in submitting a PR for this?

I'll try

@tobycm tobycm added the enhancement Some improvement that isn't a feature label Dec 30, 2022
@jsjoeio
Copy link
Contributor

jsjoeio commented Jan 3, 2023

I think we'd need to decide if this is something we want to support. cc @code-asher

I can see both sides personally.

@jsjoeio jsjoeio added waiting-for-info Waiting for more information from submitter and removed enhancement Some improvement that isn't a feature labels Jan 3, 2023
@code-asher
Copy link
Member

code-asher commented Jan 3, 2023

Personally I think if someone is wanting to rebrand code-server they could repackage with an edited product.json (actually maybe we should use product.json for the login page too). And if there was effort to make this dynamically customizable I think it should go upstream rather than a patch in code-server.

@jsjoeio jsjoeio added this to the Backlog Candidates milestone Jan 3, 2023
@npenin
Copy link

npenin commented Mar 31, 2023

This is apparently already covered in many places like

. Not sure why this is not working yet though.

@code-asher
Copy link
Member

code-asher commented Apr 3, 2023 via email

@code-asher
Copy link
Member

This is released, but let me know if there are places we missed.

@code-asher code-asher removed the waiting-for-info Waiting for more information from submitter label Feb 29, 2024
@TheZoker
Copy link

TheZoker commented Mar 6, 2024

@code-asher
I think the default title if no file is open still does not use the app-name, right?

image

I started the application like this:

code-server --app-name "VS Code"

Edit:
And here as well

https://github.com/coder/code-server/blob/main/src/browser/pages/error.html#L14

@code-asher
Copy link
Member

Oh yeah, looks like you are right. We should add a new template variable for the HTML files.

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

5 participants