Funktionsrollback
Some checks failed
release-tag / release-image (push) Failing after 1m8s

This commit is contained in:
2026-07-24 07:17:38 +02:00
parent a4ff984914
commit e9d9583f28
38 changed files with 3243 additions and 364 deletions

View File

@@ -4,11 +4,17 @@ cd "$(dirname "$0")"
[ -f .env ] || { echo ".env fehlt. Zuerst ./deploy.sh ausführen." >&2; exit 1; }
set -a; . ./.env; set +a
cat <<EOT
UI
URL: http://127.0.0.1:${UI_PORT:-8080}/ui
SIEM Analyst UI
URL: http://127.0.0.1:${UI_PORT:-8080}/ui (Port kann bei Konflikt automatisch geändert worden sein)
User: ${UI_USERNAME:-admin}
Passwort: ${UI_PASSWORD}
Grafana
URL: http://127.0.0.1:${GRAFANA_PORT:-3000}/
User: ${GRAFANA_ADMIN_USER:-admin}
Passwort: ${GRAFANA_ADMIN_PASSWORD}
ClickHouse-Datasource: grafana_reader (read-only)
ClickHouse
Datenbank: ${CLICKHOUSE_DB:-siem}
User: ${CLICKHOUSE_USER:-siem}