GitDeployHub

nanmicoder/mediacrawler

github.com/nanmicoder/mediacrawler ↗
Python
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)

  • MYSQL_DB_PWD MySQL Configuration
  • MYSQL_DB_USER
  • MYSQL_DB_HOST
  • MYSQL_DB_PORT
  • MYSQL_DB_NAME
  • REDIS_DB_HOST Redis Configuration
  • REDIS_DB_PWD
  • REDIS_DB_PORT
  • REDIS_DB_NUM
  • MONGODB_HOST MongoDB Configuration
  • MONGODB_PORT
  • MONGODB_USER
  • MONGODB_PWD
  • MONGODB_DB_NAME
  • POSTGRES_DB_PWD PostgreSQL Configuration
  • POSTGRES_DB_USER
  • POSTGRES_DB_HOST
  • POSTGRES_DB_PORT
  • POSTGRES_DB_NAME
  • WANDOU_APP_KEY secret Proxy Configuration (Wandou HTTP) your_wandou_http_app_key
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/nanmicoder/mediacrawler
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nanmicoder/mediacrawler
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nanmicoder/mediacrawler
Or deploy to a different host
← Try another repo