1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00
Files
CS-Repro-Mattermost/scripts/general.sh
Sven Hüster 7971f12489 switching out promtail for alloy (#22)
* rework grafana log ingestion using alloy

* fix docker-compose.yml formatting
2025-05-12 13:34:23 +02:00

19 lines
747 B
Bash
Executable File

#!/bin/bash
logins () {
echo ===========================================================
echo
echo "- Mattermost: http://localhost:8065" with the logins above if you ran setup
echo "- Keycloak: http://localhost:8080" with 'admin' / 'admin'
echo "- Grafana: http://localhost:3000" with 'admin' / 'admin'
echo " - All Mattermost Grafana charts are setup."
echo " - For more info https://github.com/coltoneshaw/CS-Repro-Mattermost#use-grafana"
echo "- Prometheus: http://localhost:9090"
echo "- Loki: http://localhost:3100/ready"
echo "- Alloy: http://localhost:9080"
echo "- PostgreSQL" "localhost:5432" with 'mmuser' / 'mmuser_password'
echo
echo ===========================================================
}
"$@"