GitDeployHub

asrvd/disecure

github.com/asrvd/disecure ↗
Python
8 environment variables found in .env.example

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

  • BOT_ID
  • BOT_TOKEN secret
  • REDACT_TOKEN secret
  • FILESCAN_TOKEN secret
  • PANGEA_DOMAIN
  • URLSCAN_TOKEN secret
  • SUPABASE_URL
  • SUPABASE_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/asrvd/disecure
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/asrvd/disecure
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/asrvd/disecure
Or deploy to a different host
← Try another repo