Files
GITCUBO/PORTAS_RESUMO.txt
Sergio Correa 6a483b26a0 📚 Documentação inicial do projeto GITCUBO
- Mapeamento completo de portas do servidor
- Comparação entre meurepositorio.com e gitcubo.com
- Resumo executivo com próximos passos
- Índice de documentação
- Guia de implementação completo

Status: Fase 1 (Preparação) concluída 
Próximo: Criar estrutura de diretórios e Docker Compose
2025-11-21 22:23:42 +00:00

47 lines
5.0 KiB
Plaintext

╔════════════════════════════════════════════════════════════════════╗
║ MAPEAMENTO DE PORTAS - SERVIDOR 187.102.179.100 ║
╚════════════════════════════════════════════════════════════════════╝
┌─────────────────────────────────────────────────────────────────────┐
│ PORTAS EM USO │
├──────────┬──────────────────────┬──────────────────────────────────┤
│ PORTA │ SERVIÇO │ PROJETO │
├──────────┼──────────────────────┼──────────────────────────────────┤
│ 22 │ SSH Sistema │ Sistema │
│ 80 │ HTTP Nginx │ Todos (redirect HTTPS) │
│ 222 │ SSH Gitea │ meurepositorio.com │
│ 443 │ HTTPS Nginx │ Todos │
│ 3000 │ Next.js Frontend │ pdimaker.com.br │
│ 3001 │ Gitea Web │ meurepositorio.com │
│ 3007 │ Next.js │ jupter.tech │
│ 4000 │ Node.js API │ pdimaker.com.br (api) │
│ 5432 │ PostgreSQL │ Gitea + PDI Maker │
│ 8000 │ FastAPI (inativo) │ antares.ia.br │
│ 8081 │ Docker App │ projectnow.com.br │
└──────────┴──────────────────────┴──────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────────┐
│ PORTAS DISPONÍVEIS PARA GITCUBO.COM │
├──────────┬──────────────────────────────────────────────────────────┤
│ 3002 │ Gitea Web Interface (gitcubo.com) │
│ 223 │ SSH Gitea (gitcubo.com) │
│ 5433 │ PostgreSQL dedicado (opcional) │
└──────────┴──────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────────┐
│ PROJETOS ATIVOS │
├─────────────────────────────┬───────────────────────────────────────┤
│ meurepositorio.com │ ✅ Gitea (porta 3001, SSH 222) │
│ pdimaker.com.br │ ✅ Next.js + API (3000, 4000) │
│ jupter.tech │ ✅ Next.js (3007) │
│ projectnow.com.br │ ✅ Docker (8081) │
│ antares.ia.br │ ⚠️ Frontend OK, Backend OFF │
└─────────────────────────────┴───────────────────────────────────────┘
╔════════════════════════════════════════════════════════════════════╗
║ PRÓXIMO: Criar estrutura para gitcubo.com ║
║ - Diretório: /root/gitcubo/ ║
║ - Portas: 3002 (web), 223 (ssh) ║
║ - DNS: ✅ Já configurado (187.102.179.100) ║
╚════════════════════════════════════════════════════════════════════╝