GitDeployHub

chiphuyen/sniffly

github.com/chiphuyen/sniffly ↗
Python
7 environment variables found in .env.example

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

  • CACHE_MAX_PROJECTS Memory Cache Settings Maximum number of projects to keep in memory cache
  • CACHE_MAX_MB_PER_PROJECT Maximum size in MB for a single project in memory cache Projects larger than this will not be cached
  • CACHE_WARM_ON_STARTUP Number of recent projects to pre-warm on server startup
  • MESSAGES_INITIAL_LOAD Frontend Settings Number of messages to load when user clicks on Messages tab
  • ENABLE_MEMORY_MONITOR Enable memory monitoring in browser console (shows memory usage breakdown) Note: This uses JSON.stringify which can slow down the app with…
  • LOG_LEVEL Logging Configuration Set the logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL Default: INFO
  • ENABLE_BACKGROUND_PROCESSING Background Processing Automatically process all projects in the background to cache their stats This enables instant loading of stats for…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/chiphuyen/sniffly
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/chiphuyen/sniffly
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/chiphuyen/sniffly
Or deploy to a different host
← Try another repo