No description
Find a file
Tiago Ribeiro 389ec232de docs(nexus): atualiza documentacao para estado atual 2026-02-28
- README.md: reescrito com 6 MFEs, 3 clusters OKE, 9 microservicos, links para novos docs tf_oci_clusters
- OCI.md: corrige VCN CIDR (10.120 orphan deletado -> 10.110 ativo), atualiza 6 buckets mfe-*-dev, API Gateway PRIVATE em sbn-api-gateway, pipelines padronizadas
- OCI-DEV-NEXUS.md: API Gateway com 6 deployments MFE, Object Storage com 6 buckets, corrige tipo PUBLIC->PRIVATE e subnet
- API-GATEWAY.md: 6 deployments api-gateway-mfe-dev, 8 buckets na secao Frontends Estaticos, pendencias atualizadas
- OCI-MFE-TASKS.md: VCN orphan marcada como deletada, 6 buckets mfe-*-dev, checklist atualizado

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 07:51:22 -03:00
_claude_bkp Organize containers into systemd/podman and backup .claude settings 2026-02-23 11:10:41 -03:00
containers Organize containers into systemd/podman and backup .claude settings 2026-02-23 11:10:41 -03:00
inventcloud docs(nexus): atualiza documentacao para estado atual 2026-02-28 2026-03-01 07:51:22 -03:00
scripts docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
vps docs: atualizar conexões e scripts de sincronização de vault 2026-02-28 13:09:32 -03:00
.gitignore Adiciona VPS Echo e atualiza documentacao 2026-02-17 16:06:25 -06:00
AGENTS.md Add Monday.com credentials and API docs 2026-02-26 13:08:56 -03:00
CONNECTIONS.md docs: adicionar repositorios de backend e frontend do Q1Vestuario 2026-02-28 13:00:41 -03:00
monday-tasks-sprint.json docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
monday-tasks-sprint.md docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
OBJECT-STORAGE.md Update OBJECT-STORAGE.md with credentials 2026-02-26 13:18:20 -03:00
README.md docs: add AGENTS.md, update scripts and connections documentation 2026-02-24 09:11:53 -03:00

Infracloud - Infraestrutura Rede5

Documentacao de infraestrutura como codigo (IaC) da Rede5.

Scripts

Script Funcao
scripts/check-connections.py Verifica todas as conexoes
scripts/backup-vault.py Backup credenciais para Object Storage

Estrutura

infracloud/
├── CONNECTIONS.md       # Guia de conexoes (VPS, APIs, Tokens)
├── OBJECT-STORAGE.md    # Object Storages (Civo, Euronodes)
├── containers/          # Container files (.service, .container)
├── inventcloud/         # Projetos Inventcloud
│   └── invista/nexus/   # Invista FIDC - Nexus
│       ├── OCI.md       # Documentacao OCI
│       ├── azure-devops/# Conexoes Azure DevOps
│       └── ...
├── scripts/             # Scripts de automacao
│   ├── check-connections.py
│   └── backup-vault.py
└── vps/                 # Virtual Private Servers
    ├── redbull/         # Coolify DEV (185.194.141.70)
    ├── echo/            # Dokku PROD (152.53.120.181)
    └── absam-db/        # Cloud Database (Absam.io)

Acesso Rapido

Servidor IP Plataforma Documentacao
Redbull 185.194.141.70 Coolify v4 vps/redbull
Echo 152.53.120.181 Dokku vps/echo

| Absam DB | db-60604.dc-us-1.absamcloud.com:11985 | PostgreSQL 17 | vps/absam-db |

Projetos

Inventcloud / Invista

Conexoes

SSH Hosts

ssh redbull    # 185.194.141.70 (Coolify DEV)
ssh echo       # 152.53.120.181 (Dokku PROD)
ssh nc2        # 212.56.41.211 (Contabo)
ssh absam-io   # db-60604.dc-us-1.absamcloud.com (PostgreSQL)

Atualizado em: 2026-02-24