VPS: Add Anthropic API Key and Telegram Bot Token to 1Password Terraphim vault

Abierto
#563 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
1/5
Tiempo estimado
Menos de una hora
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Bien especificado
Estado de actividad
Estancado

Línea de trabajo

Start by reviewing the .env.tpl references and source ~/op_env.sh on the VPS. Create the two named items and credential fields in the Terraphim 1Password vault, then run the provided op read command to verify access for both credentials.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

bug

Blocker

Both TinyClaw deployment and Spacebot deployment require two credentials that are not yet present in the 1Password "Terraphim" vault:

  1. Anthropic API Key -- needed for LLM API calls
  2. Telegram Bot Token -- needed for Telegram channel integration

Current Setup

  • 1Password CLI (op v2.31.0) installed on VPS
  • Uses Connect mode (not interactive signin)
  • Connect host: central.terraphim.io
  • Environment sourced from ~/op_env.sh (sets OP_CONNECT_HOST and OP_CONNECT_TOKEN)
  • .env.tpl files reference op://Terraphim/Anthropic API Key/credential and op://Terraphim/Telegram Bot Token/credential

Action Required

The VPS owner needs to:

  1. Open 1Password web or desktop app
  2. Navigate to the "Terraphim" vault
  3. Create item "Anthropic API Key" with a field called "credential" containing the API key
  4. Create item "Telegram Bot Token" with a field called "credential" containing the bot token
  5. Verify with: source ~/op_env.sh && op read "op://Terraphim/Anthropic API Key/credential"

Impact

Without these credentials:

  • TinyClaw cannot make Anthropic API calls
  • Telegram bot integration cannot authenticate
  • Spacebot systemd service will fail on startup
Lenguaje dominante
Rust
Estrellas
62
Forks
5
Merge medio
2 h 27 min
PR fusionados (30 d)
1

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de terraphim/terraphim-ai

Todos los issues de terraphim/terraphim-ai

Issues similares

Más issues de Rust

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.