GitDeployHub

jenkinsci/user-guide-ai-chatbot-plugin

github.com/jenkinsci/user-guide-ai-chatbot-plugin ↗
Unknown stack
16 environment variables found in backend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • POSTGRES_DB
  • POSTGRES_URL secret Format: postgresql+asyncpg://user:password@host:port/dbname
  • ALLOW_ORIGINS
  • JWT_SECRET_KEY secret
  • ALGORITHM
  • ACCESS_TOKEN_EXPIRE_MINUTES secret
  • QDRANT_HOST
  • QDRANT_PORT
  • QDRANT_SSL
  • QDRANT_COLLECTION_NAME
  • QDRANT_SECRET_KEY secret
  • HUGGING_FACE_EMBEDDING_NAME HYBRID RETRIEVER
  • EMBEDDING_SIZE
  • FAST_EMBED_SPARSE_MODEL_NAME
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin
Or deploy to a different host
← Try another repo