We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bce269 commit 6114f86Copy full SHA for 6114f86
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