data fixes, partial custom indicator support

This commit is contained in:
2026-04-08 21:28:31 -04:00
parent b701554996
commit a70dcd954f
81 changed files with 5438 additions and 1852 deletions

View File

@@ -92,18 +92,16 @@ create_item "MinIO" \
"secret_key[password]=REPLACE_WITH_STRONG_SECRET_KEY"
# --- Gateway ---
# Used by: ai-secrets (anthropic_api_key), gateway-secrets (all LLM keys + jwt_secret)
# Used by: gateway-secrets (LLM keys + jwt_secret + search keys)
# jwt_secret: used to sign user sessions — generate with: openssl rand -base64 48
# anthropic_api_key: Anthropic Console → API Keys (https://console.anthropic.com)
# openai_api_key: OpenAI Platform → API Keys (https://platform.openai.com)
# google_api_key: Google AI Studio (https://aistudio.google.com)
# openrouter_api_key: OpenRouter (https://openrouter.ai)
# deepinfra_api_key: Deep Infra Console → API Keys (https://deepinfra.com)
# anthropic_api_key: Anthropic Console → API Keys (https://console.anthropic.com) — kept for potential future use
# tavily_api_key: Tavily Console → API Keys (https://app.tavily.com)
create_item "Gateway" \
"anthropic_api_key[password]=sk-ant-REPLACE_ME" \
"deepinfra_api_key[password]=REPLACE_ME" \
"jwt_secret[password]=REPLACE_WITH_RANDOM_64_CHAR_SECRET" \
"openai_api_key[password]=sk-REPLACE_ME" \
"google_api_key[password]=REPLACE_ME" \
"openrouter_api_key[password]=sk-or-REPLACE_ME"
"anthropic_api_key[password]=sk-ant-REPLACE_ME" \
"tavily_api_key[password]=tvly-REPLACE_ME"
# --- Telegram ---
# Used by: gateway-secrets (optional Telegram bot integration)