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

Site configuration #138

Closed
stefanalund opened this issue Mar 2, 2020 · 3 comments
Closed

Site configuration #138

stefanalund opened this issue Mar 2, 2020 · 3 comments
Labels
enhancement New feature or request help wanted Help/Contributions wanted from community members

Comments

@stefanalund
Copy link
Contributor

Introduce a site config file (example) so that people deploying Backstage can customize things like:

  • Site name (everyone may not want to use "Backstage")
  • Site logo
  • Proxy URLs etc
  • Timezones for Homepage headers
  • GitHub URL
  • ...
@stefanalund stefanalund added enhancement New feature or request good first issue Good for newcomers help wanted Help/Contributions wanted from community members labels Mar 2, 2020
@stefanalund stefanalund pinned this issue Mar 15, 2020
@Rugvip
Copy link
Member

Rugvip commented Mar 17, 2020

We probably want to expose most of these through APIs in core, but also want to identify if there are any parameters that can't be configured there.

Example of a possible solution for how to configure the site name would be

createApp({
  name: 'Backseat',
})

@freben freben removed the good first issue Good for newcomers label Mar 18, 2020
@andrei-pavel
Copy link

through APIs

That's written correctly. Maybe fix it in the pretty image in the README too? Sorry, I'll go now, bye!

image

@Rugvip
Copy link
Member

Rugvip commented Aug 14, 2020

Closing this as work done towards #1012 has become the solution for this. If we want to add individual configuration values I think we should open up separate issues where we can discuss those.

@Rugvip Rugvip closed this as completed Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Help/Contributions wanted from community members
Projects
None yet
Development

No branches or pull requests

5 participants