From 0ff7f8115fa0fec36dd21f1fc24183dad2c2d8e4 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 21 Feb 2026 15:19:26 -0300 Subject: [PATCH] docs: add Forgejo (pipe.gohorsejobs.com) API, remove forgejo-gru --- CONNECTIONS.md | 25 +++++++++++++++++++ .../invista/nexus/CONNECTION-STATUS.md | 16 ++++++------ inventcloud/invista/nexus/CREDENTIALS.md | 25 +++---------------- 3 files changed, 38 insertions(+), 28 deletions(-) diff --git a/CONNECTIONS.md b/CONNECTIONS.md index 57017de..7b2f212 100644 --- a/CONNECTIONS.md +++ b/CONNECTIONS.md @@ -200,6 +200,31 @@ curl -s -X POST -H "access-token: $ABSAM_ACCESS_TOKEN" \ --- +## Forgejo + +| Propriedade | Valor | +|-------------|-------| +| URL | https://pipe.gohorsejobs.com | +| Token | `~/.ssh/forgejo-token` | +| Usuario | yamamoto | + +**Acesso:** API apenas (SSH nao configurado) + +```bash +TOKEN=$(cat ~/.ssh/forgejo-token) + +# Usuario +curl -H "Authorization: token $TOKEN" "https://pipe.gohorsejobs.com/api/v1/user" + +# Repositorios +curl -H "Authorization: token $TOKEN" "https://pipe.gohorsejobs.com/api/v1/user/repos" + +# Clone via HTTPS +git clone https://yamamoto:$TOKEN@pipe.gohorsejobs.com/ +``` + +--- + ## SSH Config Criar/editar `~/.ssh/config`: diff --git a/inventcloud/invista/nexus/CONNECTION-STATUS.md b/inventcloud/invista/nexus/CONNECTION-STATUS.md index f738b94..51cc3db 100644 --- a/inventcloud/invista/nexus/CONNECTION-STATUS.md +++ b/inventcloud/invista/nexus/CONNECTION-STATUS.md @@ -9,7 +9,7 @@ | NC2 | ✅ OK | Contabo funcionando | | Redbull | ✅ OK | Coolify funcionando | | Azure DevOps | ❌ FAIL | Chave nao registrada | -| Forgejo | ❌ OFFLINE | Servidor indisponivel | +| Forgejo | ✅ OK | API apenas | --- @@ -95,14 +95,17 @@ Erro: Permission denied (publickey) **Acao:** Adicionar chave publica ao servidor -### ❌ Forgejo +### ✅ Forgejo ``` -Status: Offline -Host: forgejo-gru.rede5.com.br:2323 -Erro: Connection timed out +Status: Online (API) +URL: https://pipe.gohorsejobs.com +Token: ~/.ssh/forgejo-token +Usuario: yamamoto ``` +**Acesso via API apenas. SSH nao configurado.** + --- ## Arquivos Faltando @@ -120,8 +123,7 @@ Erro: Connection timed out ## Acoes Pendentes 1. [ ] Registrar `ic-ad.pub` no Azure DevOps -2. [ ] Criar arquivos de token faltantes -3. [ ] Verificar status do Forgejo +2. [ ] Criar arquivos de token faltantes (cloudflare, coolify, github, absam) --- diff --git a/inventcloud/invista/nexus/CREDENTIALS.md b/inventcloud/invista/nexus/CREDENTIALS.md index e1a8d60..b3ad2c8 100644 --- a/inventcloud/invista/nexus/CREDENTIALS.md +++ b/inventcloud/invista/nexus/CREDENTIALS.md @@ -11,7 +11,7 @@ | `lh-zeus` | ed25519 | Disponivel | - | | `ic-ad` | RSA | Azure DevOps | ❌ Nao registrada | | `bionexo` | ed25519 | Bitbucket | ✅ OK | -| `forgejo-gru` | ed25519 | Forgejo | ❌ Offline | +| `forgejo-gru` | ed25519 | Removido | | `app01-rabbitmq-beecare-origin` | ed25519 | Beecare | - | ### Chaves SSH Publicas @@ -23,7 +23,6 @@ | `lh-zeus.pub` | | `ic-ad.pub` | | `bionexo.pub` | -| `forgejo-gru.pub` | ### Arquivos de Configuracao @@ -31,6 +30,7 @@ |---------|----------| | `config` | Hosts SSH configurados | | `azure_devops_auth.json` | Azure DevOps PAT | +| `forgejo-token` | Forgejo API Token | | `known_hosts` | Fingerprints conhecidos | | `known_hosts.old` | Backup fingerprints | | `authorized_keys` | Vazio | @@ -48,7 +48,7 @@ | Echo | ✅ OK | Dokku | | NC2 | ✅ OK | Contabo | | Azure DevOps | ❌ FAIL | Registrar ic-ad.pub | -| Forgejo | ❌ OFFLINE | Servidor indisponivel | +| Forgejo | ✅ OK | API apenas | --- @@ -154,24 +154,6 @@ Ver documentacao em `OCI.md` --- -## Forgejo - -| Propriedade | Valor | -|-------------|-------| -| Host | forgejo-gru.rede5.com.br:2323 | -| Chave SSH | `forgejo-gru` | -| Status | ❌ Offline | - ---- - -## Beecare RabbitMQ - -| Propriedade | Valor | -|-------------|-------| -| Chave SSH | `app01-rabbitmq-beecare-origin` | - ---- - ## Arquivos Faltando | Arquivo | Necessario para | @@ -193,6 +175,7 @@ Ver documentacao em `OCI.md` | apolo | 45.143.7.55 | OFFLINE | | zeus | 45.39.210.92 | OFFLINE | | vim | 38.19.201.52 | REMOVIDO | +| forgejo-gru | forgejo-gru.rede5.com.br:2323 | REMOVIDO | ---