Open codeadict opened 1 year ago
@codeadict thanks, makes a lot of sense. Let me check the docs you linked and see whether I can somehow set up charts.vernemq.com
.
@codeadict currently we have:
helm repo add vernemq https://vernemq.github.io/docker-vernemq
.
Which is not a github pages, so maybe it's enough to make this into a github page. I have to read up on docs for this, admittedly.
@ioolkos https://vernemq.github.io/docker-vernemq is indeed a Github page, this PR just adds a nice index to it and proposes a subdomain. I know the subdomain seems intimidating but it is in reality very easy to set up in Github plus a Cname entry in the DNS
@ioolkos Any idea on reviving this, it will only change helm repo add vernemq https://vernemq.github.io/docker-vernemq
to helm repo add vernemq https://charts.vernemq.com
@codeadict thanks for the reminder, looking into it. Also reminds me to update the Dockerfile to pull correctly named ARM64 or Intel binaries.
@codeadict thanks for the reminder, looking into it. Also reminds me to update the Dockerfile to pull correctly named ARM64 or Intel binaries.
Awesome, I'm doing the latter here https://github.com/codeadict/docker-vernemq/tree/multiarch_images. @ioolkos I might need to understand/discuss how the vernemq
repo itself builds the packages. I'm still in Europe for the next couple of weeks if you wanna have a call and talk without timezone weirdness.
Improves the Index page for the Helm charts to make them more discoverable on google and other SE. Proposes a subdomain name for the site but that requires DNS setup following https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site, will this be possible @ioolkos ?