GitDeployHub

cschneid/wardrowbe

github.com/cschneid/wardrowbe ↗
Unknown stack
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • POSTGRES_USER Database Configuration
  • POSTGRES_PASSWORD secret
  • POSTGRES_DB
  • POSTGRES_PORT
  • REDIS_PORT Redis Configuration
  • BACKEND_PORT Backend Configuration
  • SECRET_KEY secret IMPORTANT: Generate a secure secret for production
  • FRONTEND_PORT Frontend Configuration
  • NEXTAUTH_URL
  • NEXTAUTH_SECRET secret IMPORTANT: Generate a secure secret for production
  • AI_BASE_URL Option 1: Ollama (Recommended FREE, runs locally, no API key needed) 1. Install Ollama from https://ollama.ai 2. Pull required models:…
  • AI_API_KEY secret
  • AI_VISION_MODEL
  • AI_TEXT_MODEL
  • NTFY_SERVER Notification Providers (all optional) ntfy.sh push notifications
  • NTFY_TOPIC
  • NTFY_TOKEN secret
  • MATTERMOST_WEBHOOK_URL Mattermost webhook
  • SMTP_HOST Email notifications
  • SMTP_PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cschneid/wardrowbe
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cschneid/wardrowbe
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cschneid/wardrowbe
Or deploy to a different host
← Try another repo