vernemq / docker-vernemq

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).
https://vernemq.com
Apache License 2.0
177 stars 230 forks source link

Add Index page to VerneMQ HELM charts and propose subdomain #352

Open codeadict opened 1 year ago

codeadict commented 1 year ago

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 ?

ioolkos commented 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.

ioolkos commented 1 year ago

@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.

codeadict commented 1 year ago

@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

codeadict commented 1 year ago

@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

ioolkos commented 1 year ago

@codeadict thanks for the reminder, looking into it. Also reminds me to update the Dockerfile to pull correctly named ARM64 or Intel binaries.

codeadict commented 1 year ago

@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.