weaveworks / weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
https://docs.gitops.weave.works/
Apache License 2.0
905 stars 151 forks source link

Documentation web doesn't have right certificate #4204

Closed luisxkimo closed 3 weeks ago

luisxkimo commented 2 months ago

What issue with the docs have you found?

Describe what you are trying to do

Cannot access to the docs web.

URL: https://docs.gitops.weave.works/

image

sleepy-manul commented 3 weeks ago

Unfortunately, Weave Works has gone out of business. I fear this repository is abandoned. Source: https://www.crn.com/news/cloud/2024/aws-backed-kubernetes-company-weaveworks-closes-ceo-blames-failed-m-a

kingdonb commented 3 weeks ago

You can still read the docs (without search) on https://gitops.weave.works

You have to be a bit clever to get to it, because it is not developed anymore, I think it's better this way – so nobody gets the wrong idea about whether it's supported or not. (The source is fully open, along with the Weave GitOps Enterprise source!)

kingdonb commented 3 weeks ago

If you need to search the docs, find documentation for an older version, etc. the sources for the docs website are all here:

https://github.com/weaveworks/weave-gitops/tree/main/website

(The docs are currently re-homed on Fermyon Cloud, we were able to post them for free, but there isn't an active effort to maintain WG or WGE today. I'm still looking into other options for UI, there are a number of CNCF projects who could be contenders for "best Flux UI" but I'm still using a hacked-up version of VSCode GitOps Tools for Flux, myself...)

luisxkimo commented 3 weeks ago

Hi!

As I see, it seems that we should research another UI that is more "maintained". @kingdonb if you have any recomendation about new other projects, will be really welcome :)

Thanks for your links and info guys!

kingdonb commented 3 weeks ago

I'm looking into Headlamp myself this week, I saw a demo of their Flux plugin which evidently isn't finished yet, but has all of the core elements of a Flux UI that people seem to care most about. It's a bit of a lift to get it installed, but Headlamp can run as a native app, a headless app installed on your workstation, or as in-cluster config with OIDC to gate access.

Please visit #flux-ecosystem in the CNCF Slack and engage us there, I'll be making progress updates this week as I work with one of the Headlamp maintainers to establish a shared space we can use for testing to push the Flux headlamp plugin ahead!