TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you manage your enterprise GitHub repositories?

5 pointsby Frajedoabout 2 years ago
I developed an internal web application allowing us to centrally manage our repositories configurations, pipelines and launch orchestrated deployments from GitHub as we were not able to do so in a straightforward way from the GitHub interface (we have around 50 microservices and I was in charge of releases).<p>I am wondering if other people around here have this kind of problems and if it might be worth to open source this project.

2 comments

politelemonabout 2 years ago
Have you had a look at Backstage.io? It seems to be along similar lines to what you&#x27;re describing?<p><a href="https:&#x2F;&#x2F;backstage.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;backstage.io&#x2F;</a>
jhotabout 2 years ago
The company I work for uses an internal fork of Safe Settings to manage config, could probably be extended to orchestrate deployments.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;safe-settings">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;safe-settings</a>