Setup
Setup
1. Install Thind CLI globally
npm install -g thind-cli
2. Check available commands
thind --help
Available commands
- proxy
- docs
thind proxy --setup
Starts a questionnaire to setup reverse proxythind proxy --build
Build reverse proxy wrangler.toml file. Used to deploy and configure reverse proxy.thind proxy --deploy
Deploy reverse proxy to Cloudflare workers.thind proxy --upload
Ask for which file from the root folder to upload to the reverse proxy's root R2 bucket.thind proxy --sitemap
Generate a sitemap for reverse proxy and upload to root R2 bucket.
Coming Soon 😄