feat: add deploy webhook endpoint (POST /api/v1/_deploy)

This commit is contained in:
user
2026-04-28 16:13:39 +09:00
parent dced20a9af
commit 510d95abd2
5 changed files with 56 additions and 0 deletions

1
.env
View File

@@ -8,6 +8,7 @@ THIRDONE_BIN=thirdone
TUTOR_PUBLIC_URL=https://tutor.uljisoft.com
# third-one endpoint (no API key needed — auth handled by third-one):
TUTOR_LLM_ENDPOINT=http://localhost:11434/v1
TUTOR_DEPLOY_SECRET=
# For direct API access (e.g. OpenAI, DeepSeek), set endpoint + key:
# TUTOR_LLM_ENDPOINT=https://api.deepseek.com
# TUTOR_LLM_API_KEY=sk-your-key-here