We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce3425 + 6114f86 commit 9e94ae6Copy full SHA for 9e94ae6
docs/testing-monitoring-stack-deployment.md
@@ -971,7 +971,8 @@ curl -X POST https://$GRAFANA_ENDPOINT/login \
971
# Deploy a containerized app(our example will be using a self-hosted netbird app locally)
972
# note: please if you want to use a local domain name use "localhost"
973
export NETBIRD_DOMAIN=<DOMAIN_NAME>
974
-bash getting-started-with-zitadel.sh
+wget https://raw.githubusercontent.com/ADORSYS-GIS/netbird/main/infrastructure/scripts/zitadel-setup.sh
975
+bash zitadel-setup.sh
976
977
# Create a .alloy file
978
mkdir ~/observability-agent
0 commit comments