Jannik Hollenbach
Jannik Hollenbach
@fuhrmeistery great idea 👍 We might be able to avoid publishing to npm referencing the scb-sdk in the package.json via a file-path. This would probably simplify this a bit.
Hi @feuillemorte 👋 Can confirm that it works fine on my m1 mac. `docker build -t local/zap -f docker/Dockerfile-stable ./docker` Works and the image build by it seems to be...
@thc202 ah good point. Webswing only works fine for me, but with the JAVA_HOME tweak described in the issue. (`docker run -u zap -p 8080:8080 -p 8090:8090 -e "JAVA_HOME=" -i...
Found this statement on this issue from one of the Grafana team members: https://github.com/grafana/grafana/discussions/45773#discussioncomment-2235421 tldr: Not possible atm, but might be in the future :(
Nice 👍, thanks @c0pp3r Do you know if there is a easy way to set up https & custom domains for the azure loadbalancers?
Azure guide was update to include external connection, but the guide doesn't show how to set it up using https. Any help / changes on that front would be extremely...
I've removed the WIP warning from the Azure Guide now 👍 I'll keep the issue open so that we can keep discussing further problems and improvements here if they come...
This got easier now as the terraform-helm provider now supports helm3 which mean that we don't have to manage tiller on the clusters.
Have started to work on a Terraform Module for DigitalOcean here: https://github.com/iteratec/terraform-digitalocean-multijuicer
AWS Guide is now working correctly. Could still be improved by adding sections on domain and certificate handling on AWS to get it running with proper https and with a...