Accessing ZITADEL
- Første opstart kan tage flere minutter.
- Åbn din browser og gå til:
https://<SERVER_IP>.sslip.io - En browseradvarsel forventes på grund af det selvsignerede certifikat.
Log ind på Admin Console
Go to: https://<SERVER_IP>.sslip.io/ui/console
Brug de indledende admin-legitimationsoplysninger:
- Username:
zitadel-admin@zitadel.<SERVER_IP>.sslip.io - Password:
Password1!
Vigtige filer og mapper
- Primær installationsmappe:
/root/zitadel - Basis Docker Compose-konfiguration:
/root/zitadel/docker-compose-base.yaml - Nginx Docker Compose-konfiguration:
/root/zitadel/docker-compose-nginx.yaml - Nginx-konfiguration (ekstern TLS):
/root/zitadel/nginx-external-tls.conf - Selvsigneret TLS-certifikat og nøgle:
/root/zitadel/selfsigned.crt&/root/zitadel/selfsigned.key - PostgreSQL vedvarende data: Gemt i Docker-volumenet
data - ZITADEL login-klienttoken:
/root/zitadel/login-client.pat
Styring af deployment
Tjek containerstatus:
cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml ps
View logs:
cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml logs -f
Genstart alle tjenester:
cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml restart
Health Checks
Tjek ZITADEL gRPC-sundhedsstatus:
grpcurl --insecure <SERVER_IP>.sslip.io:443 zitadel.admin.v1.AdminService/Healthz
Tjek HTTP health endpoint:
curl --insecure https://<SERVER_IP>.sslip.io/admin/v1/healthz