cncf / landscapeapp

๐ŸŒ„Upstream landscape generation application
https://landscapes.dev/
Apache License 2.0
255 stars 125 forks source link

Add configurable setting for self hosted repo url #854

Closed milanlakhani closed 1 year ago

milanlakhani commented 1 year ago

Adds a boolean option self_hosted_repo that is set in settings.yml.

This avoids assuming that the git repo url is prefixed with https://github.com , which causes some broken links.

CC @michaelmoss @awright @GeriG966 @danielsilverstone-ct @apataru

netlify[bot] commented 1 year ago

Deploy Preview for landscapeapp ready!

Name Link
Latest commit de77da29f14c009cb6d81dff81518bd594ba2162
Latest deploy log https://app.netlify.com/sites/landscapeapp/deploys/6374100a123433000820c897
Deploy Preview https://deploy-preview-854--landscapeapp.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

caniszczyk commented 1 year ago

I'm OK with this @AndreyKozlov1984

Is the use case that you have an internal landscape for your projects hosted on say a GitHub Enterprise?

milanlakhani commented 1 year ago

I'm OK with this @AndreyKozlov1984

Is the use case that you have an internal landscape for your projects hosted on say a GitHub Enterprise?

Yeah exactly, we have a Github Enterprise with a different url than github.com