📚 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
This commit is contained in:
46
PORTAS_RESUMO.txt
Normal file
46
PORTAS_RESUMO.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
╔════════════════════════════════════════════════════════════════════╗
|
||||
║ 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) ║
|
||||
╚════════════════════════════════════════════════════════════════════╝
|
||||
Reference in New Issue
Block a user