add airbyte

This commit is contained in:
jigoong
2026-02-16 23:20:48 +07:00
parent 0a2b162c3e
commit dbc52384ba
7 changed files with 46 additions and 75 deletions

View File

@@ -102,8 +102,9 @@ echo ""
echo "=== Installation Completed! ==="
echo ""
echo "Services are starting up. Wait 30-60 seconds, then access:"
echo "- Nginx Proxy Manager: http://$(hostname -I | awk '{print $1}'):81"
echo "- Nginx Proxy Manager: http://$(hostname -I | awk '{print $1}'):8021"
echo "- Keycloak: http://$(hostname -I | awk '{print $1}'):8080"
echo "- Airbyte: http://$(hostname -I | awk '{print $1}'):8000"
echo ""
echo "Default credentials are in .env.global"
echo ""