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

@@ -76,17 +76,17 @@ You should see:
| Service | URL | Default Credentials |
|---------|-----|---------------------|
| **Nginx Proxy Manager** | http://localhost:81 | admin@example.com / changeme |
| **Nginx Proxy Manager** | http://localhost:8021 | admin@example.com / changeme |
| **Keycloak Admin** | http://localhost:8080 | See KEYCLOAK_ADMIN in .env.global |
| **API Service** | http://localhost/apiservice | See ADMIN_USERNAME in .env.global |
| **Airbyte** | http://localhost/airbyte | Configure via Nginx first |
| **Superset** | http://localhost/superset | See SUPERSET_ADMIN_USERNAME in .env.global |
| **Airbyte** | http://localhost:8000 | No auth (setup via Nginx) |
| **API Service** | Configure via Nginx | See ADMIN_USERNAME in .env.global |
| **Superset** | Configure via Nginx | See SUPERSET_ADMIN_USERNAME in .env.global |
## 📝 Post-Installation Setup
### 1. Configure Nginx Proxy Manager
1. Access http://localhost:81
1. Access http://localhost:8021
2. Login with default credentials (change on first login)
3. Add Proxy Hosts:
@@ -111,7 +111,7 @@ You should see:
**Airbyte:**
- Domain: `etl.sriphat.local`
- Forward Hostname: `airbyte-webapp`
- Forward Hostname: `airbyte`
- Forward Port: `8000`
### 2. Setup Keycloak SSO