Renombrar FlotillasGPS a ADAN en todo el proyecto
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
# Para usar esta configuracion:
|
||||
# 1. Instalar cloudflared: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation
|
||||
# 2. Autenticarse: cloudflared tunnel login
|
||||
# 3. Crear tunnel: cloudflared tunnel create flotillas
|
||||
# 3. Crear tunnel: cloudflared tunnel create adan
|
||||
# 4. Obtener el UUID del tunnel y actualizar este archivo
|
||||
# 5. Crear registros DNS: cloudflared tunnel route dns flotillas flotillas.tudominio.com
|
||||
# 5. Crear registros DNS: cloudflared tunnel route dns adan adan.tudominio.com
|
||||
# 6. Copiar credenciales a /etc/cloudflared/
|
||||
# ============================================
|
||||
|
||||
@@ -33,29 +33,29 @@ ingress:
|
||||
# ----------------------------------------
|
||||
# API Backend - /api/* y /docs
|
||||
# ----------------------------------------
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
path: /api/*
|
||||
service: http://localhost:8000
|
||||
originRequest:
|
||||
connectTimeout: 30s
|
||||
noTLSVerify: false
|
||||
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
path: /docs
|
||||
service: http://localhost:8000
|
||||
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
path: /redoc
|
||||
service: http://localhost:8000
|
||||
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
path: /openapi.json
|
||||
service: http://localhost:8000
|
||||
|
||||
# ----------------------------------------
|
||||
# WebSocket - /ws/*
|
||||
# ----------------------------------------
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
path: /ws/*
|
||||
service: http://localhost:8000
|
||||
originRequest:
|
||||
@@ -68,20 +68,20 @@ ingress:
|
||||
# ----------------------------------------
|
||||
# Video Streaming - WebRTC/HLS
|
||||
# ----------------------------------------
|
||||
- hostname: stream.flotillas.tudominio.com
|
||||
- hostname: stream.adan.tudominio.com
|
||||
path: /*
|
||||
service: http://localhost:8889
|
||||
originRequest:
|
||||
noTLSVerify: false
|
||||
|
||||
- hostname: hls.flotillas.tudominio.com
|
||||
- hostname: hls.adan.tudominio.com
|
||||
path: /*
|
||||
service: http://localhost:8888
|
||||
|
||||
# ----------------------------------------
|
||||
# API de MediaMTX (interno/admin)
|
||||
# ----------------------------------------
|
||||
- hostname: mediamtx-api.flotillas.tudominio.com
|
||||
- hostname: mediamtx-api.adan.tudominio.com
|
||||
path: /*
|
||||
service: http://localhost:9997
|
||||
originRequest:
|
||||
@@ -91,7 +91,7 @@ ingress:
|
||||
# ----------------------------------------
|
||||
# Frontend Web - Todo lo demas
|
||||
# ----------------------------------------
|
||||
- hostname: flotillas.tudominio.com
|
||||
- hostname: adan.tudominio.com
|
||||
service: http://localhost:3000
|
||||
originRequest:
|
||||
noTLSVerify: false
|
||||
@@ -106,9 +106,9 @@ ingress:
|
||||
# ============================================
|
||||
#
|
||||
# DOMINIOS RECOMENDADOS:
|
||||
# - flotillas.tudominio.com -> Frontend + API
|
||||
# - stream.flotillas.tudominio.com -> Video WebRTC
|
||||
# - hls.flotillas.tudominio.com -> Video HLS
|
||||
# - adan.tudominio.com -> Frontend + API
|
||||
# - stream.adan.tudominio.com -> Video WebRTC
|
||||
# - hls.adan.tudominio.com -> Video HLS
|
||||
#
|
||||
# INSTALACION RAPIDA CON TOKEN:
|
||||
# Si prefieres usar token en lugar de archivo de config:
|
||||
|
||||
Reference in New Issue
Block a user