Controller for Driptorch
.idea | ||
migration | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
driptorch-controller
Controller for the Driptorch DNS + Proxy.
For more information, visit https://driptorch.net/
Requirements:
Deployment
- PostgreSQL
- RabbitMQ
Development
- Rust 1.60+
- PostgreSQL
- RabbitMQ
Environment Variables:
Variable | Description | Required? |
---|---|---|
DATABASE_URL | PostgreSQL database connection URL | Y |
AMQP_ADDR | Message queue (RabbitMQ) connection URL | Y |
UAP_REGEXES | Path to the BrowserScope UA regex YAML | N |